diff options
| author | Juanma Barranquero | 2005-06-21 14:13:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 14:13:49 +0000 |
| commit | f0cdbdfa39012d5e3673cb8b47f06465d981224f (patch) | |
| tree | 963c6e32f562f122f4ff50194bb630ca5a20f114 | |
| parent | 23873c965cd10f20df6f62666d43acf940ca3126 (diff) | |
| download | emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.tar.gz emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.zip | |
Fix spellings.
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 | ||||
| -rw-r--r-- | lispref/anti.texi | 2 | ||||
| -rw-r--r-- | lispref/control.texi | 2 | ||||
| -rw-r--r-- | lispref/frames.texi | 2 | ||||
| -rw-r--r-- | man/gnus.texi | 2 | ||||
| -rw-r--r-- | man/message.texi | 2 | ||||
| -rw-r--r-- | man/tramp.texi | 2 | ||||
| -rw-r--r-- | man/url.texi | 24 |
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 | ||
| 7320 | The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies | 7320 | The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies |
| 7321 | three different things. First, and most simply, the asterisk, @samp{*}, | 7321 | three different things. First, and most simply, the asterisk, @samp{*}, |
| 7322 | causes an error to be signalled if the buffer is read-only. This means that | 7322 | causes an error to be signaled if the buffer is read-only. This means that |
| 7323 | if you try @code{zap-to-char} in a read-only buffer you will not be able to | 7323 | if you try @code{zap-to-char} in a read-only buffer you will not be able to |
| 7324 | remove text, and you will receive a message that says ``Buffer is | 7324 | remove text, and you will receive a message that says ``Buffer is |
| 7325 | read-only''; your terminal may beep at you as well. | 7325 | read-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 |
| 387 | There is a new variable, @code{recursive-load-depth-limit}, which | 387 | There is a new variable, @code{recursive-load-depth-limit}, which |
| 388 | specifies how many times files can recursively load themselves; it is | 388 | specifies how many times files can recursively load themselves; it is |
| 389 | 50 by default, and nil means infinity. Previously, Emacs signalled an | 389 | 50 by default, and nil means infinity. Previously, Emacs signaled an |
| 390 | error after just 3 recursive loads, which was boring. | 390 | error 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 |
| 737 | processing normally aborts all or part of the running program and | 737 | processing normally aborts all or part of the running program and |
| 738 | returns to a point that is set up to handle the error | 738 | returns 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 |
| 1991 | This function returns the number of planes the display supports. | 1991 | This function returns the number of planes the display supports. |
| 1992 | This is typically the number of bits per pixel. | 1992 | This is typically the number of bits per pixel. |
| 1993 | For a tty display, it is log to base two of the number of colours supported. | 1993 | For 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}. | |||
| 16497 | Set to non-@code{nil} to download entire articles during splitting. | 16497 | Set to non-@code{nil} to download entire articles during splitting. |
| 16498 | This is generally not required, and will slow things down | 16498 | This is generally not required, and will slow things down |
| 16499 | considerably. You may need it if you want to use an advanced | 16499 | considerably. You may need it if you want to use an advanced |
| 16500 | splitting function that analyses the body to split the article. | 16500 | splitting 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 |
| 422 | You might be one organised human freak and have a list of addresses of | 422 | You might be one organized human freak and have a list of addresses of |
| 423 | all subscribed mailing lists in a separate file! Then you can just | 423 | all subscribed mailing lists in a separate file! Then you can just |
| 424 | set this variable to the name of the file and life would be good. | 424 | set 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 | |||
| 99 | should read in @ref{Installation} how to create them. | 99 | should read in @ref{Installation} how to create them. |
| 100 | @end ifinfo | 100 | @end ifinfo |
| 101 | @ifhtml | 101 | @ifhtml |
| 102 | If you're using the other Emacs flavour, you should read the | 102 | If 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. | |||
| 850 | The library provides a general gateway layer through which all | 850 | The library provides a general gateway layer through which all |
| 851 | networking passes. It can both control access to the network and | 851 | networking passes. It can both control access to the network and |
| 852 | provide access through gateways in firewalls. This may make direct | 852 | provide access through gateways in firewalls. This may make direct |
| 853 | connexions in some cases and pass through some sort of gateway in | 853 | connections in some cases and pass through some sort of gateway in |
| 854 | others.@footnote{Proxies (which only operate over HTTP) are | 854 | others.@footnote{Proxies (which only operate over HTTP) are |
| 855 | implemented using this.} The library's basic function responsible for | 855 | implemented using this.} The library's basic function responsible for |
| 856 | making connexions is @code{url-open-stream}. | 856 | making 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 |
| 861 | Open a stream to @var{host}, possibly via a gateway. The other | 861 | Open a stream to @var{host}, possibly via a gateway. The other |
| 862 | arguments are as for @code{open-network-stream}. This will not make a | 862 | arguments are as for @code{open-network-stream}. This will not make a |
| 863 | connexion if @code{url-gateway-unplugged} is non-@code{nil}. | 863 | connection 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 |
| 867 | This is a regular expression that matches local hosts that do not | 867 | This is a regular expression that matches local hosts that do not |
| 868 | require the use of a gateway. If @code{nil}, all connexions are made | 868 | require the use of a gateway. If @code{nil}, all connections are made |
| 869 | through the gateway. | 869 | through 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' |
| 1001 | In some circumstances it is desirable to suppress making network | 1001 | In some circumstances it is desirable to suppress making network |
| 1002 | connexions. A typical case is when rendering HTML in a mail user | 1002 | connections. A typical case is when rendering HTML in a mail user |
| 1003 | agent, when external URLs should not be activated, particularly to | 1003 | agent, when external URLs should not be activated, particularly to |
| 1004 | avoid `bugs' which `call home' by fetch single-pixel images and the | 1004 | avoid `bugs' which `call home' by fetch single-pixel images and the |
| 1005 | like. To arrange this, bind the following variable for the duration | 1005 | like. To arrange this, bind the following variable for the duration |
| 1006 | of such processing. | 1006 | of such processing. |
| 1007 | 1007 | ||
| 1008 | @defvar url-gateway-unplugged | 1008 | @defvar url-gateway-unplugged |
| 1009 | If this variable is non-@code{nil} new network connexions are never | 1009 | If this variable is non-@code{nil} new network connections are never |
| 1010 | opened by the URL library. | 1010 | opened 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 |
| 1155 | A symbol specifying the type of gateway support to use fro connexions | 1155 | A symbol specifying the type of gateway support to use for connections |
| 1156 | from the local machine. The supported methods are: | 1156 | from the local machine. The supported methods are: |
| 1157 | 1157 | ||
| 1158 | @table @code | 1158 | @table @code |