aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-21 14:13:49 +0000
committerJuanma Barranquero2005-06-21 14:13:49 +0000
commitf0cdbdfa39012d5e3673cb8b47f06465d981224f (patch)
tree963c6e32f562f122f4ff50194bb630ca5a20f114
parent23873c965cd10f20df6f62666d43acf940ca3126 (diff)
downloademacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.tar.gz
emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.zip
Fix spellings.
-rw-r--r--lispintro/emacs-lisp-intro.texi2
-rw-r--r--lispref/anti.texi2
-rw-r--r--lispref/control.texi2
-rw-r--r--lispref/frames.texi2
-rw-r--r--man/gnus.texi2
-rw-r--r--man/message.texi2
-rw-r--r--man/tramp.texi2
-rw-r--r--man/url.texi24
8 files changed, 19 insertions, 19 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index 3714e010d18..cb2396975dc 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -7319,7 +7319,7 @@ this:
7319 7319
7320The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies 7320The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies
7321three different things. First, and most simply, the asterisk, @samp{*}, 7321three different things. First, and most simply, the asterisk, @samp{*},
7322causes an error to be signalled if the buffer is read-only. This means that 7322causes an error to be signaled if the buffer is read-only. This means that
7323if you try @code{zap-to-char} in a read-only buffer you will not be able to 7323if you try @code{zap-to-char} in a read-only buffer you will not be able to
7324remove text, and you will receive a message that says ``Buffer is 7324remove text, and you will receive a message that says ``Buffer is
7325read-only''; your terminal may beep at you as well. 7325read-only''; your terminal may beep at you as well.
diff --git a/lispref/anti.texi b/lispref/anti.texi
index c7a72f04df8..c1aa680525a 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -386,7 +386,7 @@ previously autoloaded.
386@item 386@item
387There is a new variable, @code{recursive-load-depth-limit}, which 387There is a new variable, @code{recursive-load-depth-limit}, which
388specifies how many times files can recursively load themselves; it is 388specifies how many times files can recursively load themselves; it is
38950 by default, and nil means infinity. Previously, Emacs signalled an 38950 by default, and nil means infinity. Previously, Emacs signaled an
390error after just 3 recursive loads, which was boring. 390error after just 3 recursive loads, which was boring.
391 391
392@item 392@item
diff --git a/lispref/control.texi b/lispref/control.texi
index 760e7bb82de..573a32b1cde 100644
--- a/lispref/control.texi
+++ b/lispref/control.texi
@@ -733,7 +733,7 @@ instead. @xref{Catch and Throw}.
733@subsubsection How to Signal an Error 733@subsubsection How to Signal an Error
734@cindex signaling errors 734@cindex signaling errors
735 735
736 @dfn{Signalling} an error means beginning error processing. Error 736 @dfn{Signaling} an error means beginning error processing. Error
737processing normally aborts all or part of the running program and 737processing normally aborts all or part of the running program and
738returns to a point that is set up to handle the error 738returns to a point that is set up to handle the error
739(@pxref{Processing of Errors}). Here we describe how to signal an 739(@pxref{Processing of Errors}). Here we describe how to signal an
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 10035b76f9f..13921c0b6fc 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -1990,7 +1990,7 @@ quickly.
1990@tindex display-planes 1990@tindex display-planes
1991This function returns the number of planes the display supports. 1991This function returns the number of planes the display supports.
1992This is typically the number of bits per pixel. 1992This is typically the number of bits per pixel.
1993For a tty display, it is log to base two of the number of colours supported. 1993For a tty display, it is log to base two of the number of colors supported.
1994@end defun 1994@end defun
1995 1995
1996@defun display-visual-class &optional display 1996@defun display-visual-class &optional display
diff --git a/man/gnus.texi b/man/gnus.texi
index 7db03996984..dd736cd8162 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -16497,7 +16497,7 @@ Nnmail equivalent: @code{nnmail-split-fancy}.
16497Set to non-@code{nil} to download entire articles during splitting. 16497Set to non-@code{nil} to download entire articles during splitting.
16498This is generally not required, and will slow things down 16498This is generally not required, and will slow things down
16499considerably. You may need it if you want to use an advanced 16499considerably. You may need it if you want to use an advanced
16500splitting function that analyses the body to split the article. 16500splitting function that analyzes the body to split the article.
16501 16501
16502@end table 16502@end table
16503 16503
diff --git a/man/message.texi b/man/message.texi
index 01b3f9105d0..20a89debcc5 100644
--- a/man/message.texi
+++ b/man/message.texi
@@ -419,7 +419,7 @@ This is how you would do it.
419 419
420@vindex message-subscribed-address-file 420@vindex message-subscribed-address-file
421@item message-subscribed-address-file 421@item message-subscribed-address-file
422You might be one organised human freak and have a list of addresses of 422You might be one organized human freak and have a list of addresses of
423all subscribed mailing lists in a separate file! Then you can just 423all subscribed mailing lists in a separate file! Then you can just
424set this variable to the name of the file and life would be good. 424set this variable to the name of the file and life would be good.
425 425
diff --git a/man/tramp.texi b/man/tramp.texi
index 854dbba5919..5b406cb1662 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -99,7 +99,7 @@ If you want to read the info pages for @value{emacsothername}, you
99should read in @ref{Installation} how to create them. 99should read in @ref{Installation} how to create them.
100@end ifinfo 100@end ifinfo
101@ifhtml 101@ifhtml
102If you're using the other Emacs flavour, you should read the 102If you're using the other Emacs flavor, you should read the
103@uref{@value{emacsotherfilename}, @value{emacsothername}} pages. 103@uref{@value{emacsotherfilename}, @value{emacsothername}} pages.
104@end ifhtml 104@end ifhtml
105@end ifset 105@end ifset
diff --git a/man/url.texi b/man/url.texi
index 0380b833ed8..cccd79a0e7e 100644
--- a/man/url.texi
+++ b/man/url.texi
@@ -850,22 +850,22 @@ initialized from the environment as above.
850The library provides a general gateway layer through which all 850The library provides a general gateway layer through which all
851networking passes. It can both control access to the network and 851networking passes. It can both control access to the network and
852provide access through gateways in firewalls. This may make direct 852provide access through gateways in firewalls. This may make direct
853connexions in some cases and pass through some sort of gateway in 853connections in some cases and pass through some sort of gateway in
854others.@footnote{Proxies (which only operate over HTTP) are 854others.@footnote{Proxies (which only operate over HTTP) are
855implemented using this.} The library's basic function responsible for 855implemented using this.} The library's basic function responsible for
856making connexions is @code{url-open-stream}. 856making connections is @code{url-open-stream}.
857 857
858@defun url-open-stream name buffer host service 858@defun url-open-stream name buffer host service
859@cindex opening a stream 859@cindex opening a stream
860@cindex stream, opening 860@cindex stream, opening
861Open a stream to @var{host}, possibly via a gateway. The other 861Open a stream to @var{host}, possibly via a gateway. The other
862arguments are as for @code{open-network-stream}. This will not make a 862arguments are as for @code{open-network-stream}. This will not make a
863connexion if @code{url-gateway-unplugged} is non-@code{nil}. 863connection if @code{url-gateway-unplugged} is non-@code{nil}.
864@end defun 864@end defun
865 865
866@defvar url-gateway-local-host-regexp 866@defvar url-gateway-local-host-regexp
867This is a regular expression that matches local hosts that do not 867This is a regular expression that matches local hosts that do not
868require the use of a gateway. If @code{nil}, all connexions are made 868require the use of a gateway. If @code{nil}, all connections are made
869through the gateway. 869through the gateway.
870@end defvar 870@end defvar
871 871
@@ -987,26 +987,26 @@ This the @samp{nslookup} program. It is @code{"nslookup"} by default.
987@end defopt 987@end defopt
988 988
989@menu 989@menu
990* Suppressing network connexions:: 990* Suppressing network connections::
991@end menu 991@end menu
992@c * Broken hostname resolution:: 992@c * Broken hostname resolution::
993 993
994@node Suppressing network connexions 994@node Suppressing network connections
995@subsection Suppressing Network Connexions 995@subsection Suppressing Network Connections
996 996
997@cindex network connexions, suppressing 997@cindex network connections, suppressing
998@cindex suppressing network connexions 998@cindex suppressing network connections
999@cindex bugs, HTML 999@cindex bugs, HTML
1000@cindex HTML `bugs' 1000@cindex HTML `bugs'
1001In some circumstances it is desirable to suppress making network 1001In some circumstances it is desirable to suppress making network
1002connexions. A typical case is when rendering HTML in a mail user 1002connections. A typical case is when rendering HTML in a mail user
1003agent, when external URLs should not be activated, particularly to 1003agent, when external URLs should not be activated, particularly to
1004avoid `bugs' which `call home' by fetch single-pixel images and the 1004avoid `bugs' which `call home' by fetch single-pixel images and the
1005like. To arrange this, bind the following variable for the duration 1005like. To arrange this, bind the following variable for the duration
1006of such processing. 1006of such processing.
1007 1007
1008@defvar url-gateway-unplugged 1008@defvar url-gateway-unplugged
1009If this variable is non-@code{nil} new network connexions are never 1009If this variable is non-@code{nil} new network connections are never
1010opened by the URL library. 1010opened by the URL library.
1011@end defvar 1011@end defvar
1012 1012
@@ -1152,7 +1152,7 @@ only if an affirmative answer is given.
1152@end defopt 1152@end defopt
1153@defopt url-gateway-method 1153@defopt url-gateway-method
1154@c fixme: describe gatewaying 1154@c fixme: describe gatewaying
1155A symbol specifying the type of gateway support to use fro connexions 1155A symbol specifying the type of gateway support to use for connections
1156from the local machine. The supported methods are: 1156from the local machine. The supported methods are:
1157 1157
1158@table @code 1158@table @code