diff options
| author | Glenn Morris | 2008-07-01 02:59:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-07-01 02:59:53 +0000 |
| commit | 135305ed48d534c59dcbe354aab4667a5475e574 (patch) | |
| tree | 2be04b2a419301e5d9dfe7609fb63aec33d9d5ca /doc | |
| parent | 2f0c93d16dc72dfda92befac97f761e73d159b89 (diff) | |
| download | emacs-135305ed48d534c59dcbe354aab4667a5475e574.tar.gz emacs-135305ed48d534c59dcbe354aab4667a5475e574.zip | |
American English spelling fix.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 8 | ||||
| -rw-r--r-- | doc/misc/woman.texi | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0d751a93b1d..0a9cd234a61 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2634,7 +2634,7 @@ setting the cursor at the top of the buffer, and applying the expression | |||
| 2634 | @end example | 2634 | @end example |
| 2635 | 2635 | ||
| 2636 | If it fails, or the cursor is not moved at the end of the buffer, your | 2636 | If it fails, or the cursor is not moved at the end of the buffer, your |
| 2637 | prompt is not recognised correctly. | 2637 | prompt is not recognized correctly. |
| 2638 | 2638 | ||
| 2639 | A special problem is the zsh, which uses left-hand side and right-hand | 2639 | A special problem is the zsh, which uses left-hand side and right-hand |
| 2640 | side prompts in parallel. Therefore, it is necessary to disable the | 2640 | side prompts in parallel. Therefore, it is necessary to disable the |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 56c3048a408..07b658298f3 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -252,10 +252,10 @@ transmission via SSL. It is defined in RFC 2069. Its default port is | |||
| 252 | @code{ssl} gateway method to be used. @xref{Gateways in general}. | 252 | @code{ssl} gateway method to be used. @xref{Gateways in general}. |
| 253 | 253 | ||
| 254 | @defopt url-honor-refresh-requests | 254 | @defopt url-honor-refresh-requests |
| 255 | This controls honouring of HTTP @samp{Refresh} headers by which | 255 | This controls honoring of HTTP @samp{Refresh} headers by which |
| 256 | servers can direct clients to reload documents from the same URL or a | 256 | servers can direct clients to reload documents from the same URL or a |
| 257 | or different one. @code{nil} means they will not be honoured, | 257 | or different one. @code{nil} means they will not be honored, |
| 258 | @code{t} (the default) means they will always be honoured, and | 258 | @code{t} (the default) means they will always be honored, and |
| 259 | otherwise the user will be asked on each request. | 259 | otherwise the user will be asked on each request. |
| 260 | @end defopt | 260 | @end defopt |
| 261 | 261 | ||
| @@ -305,7 +305,7 @@ Default is one hour. | |||
| 305 | @subsection Language and Encoding Preferences | 305 | @subsection Language and Encoding Preferences |
| 306 | 306 | ||
| 307 | HTTP allows clients to express preferences for the language and | 307 | HTTP allows clients to express preferences for the language and |
| 308 | encoding of documents which servers may honour. For each of these | 308 | encoding of documents which servers may honor. For each of these |
| 309 | variables, the value is a string; it can specify a single choice, or | 309 | variables, the value is a string; it can specify a single choice, or |
| 310 | it can be a comma-separated list. | 310 | it can be a comma-separated list. |
| 311 | 311 | ||
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index a77fea8b3d7..182160f1054 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | @c %**start of header | 2 | @c %**start of header |
| 3 | @setfilename ../../info/woman | 3 | @setfilename ../../info/woman |
| 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' | 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' |
| 5 | @c FIXME | ||
| 5 | @c Manual last updated: | 6 | @c Manual last updated: |
| 6 | @set UPDATED Time-stamp: <Fri 13-Jun-2008 13:07:05 gmorris on xoc2.stanford.edu> | 7 | @set UPDATED Time-stamp: <Mon 30-Jun-2008 19:59:42 gm on grasmoor> |
| 7 | @c Software version: | 8 | @c Software version: |
| 8 | @set VERSION 0.54 (beta) | 9 | @set VERSION 0.54 (beta) |
| 9 | @afourpaper | 10 | @afourpaper |
| @@ -1163,7 +1164,7 @@ headings. Default is @code{t}. [Heading emboldening is @emph{not} standard | |||
| 1163 | @code{man} behavior.] | 1164 | @code{man} behavior.] |
| 1164 | 1165 | ||
| 1165 | @item woman-ignore | 1166 | @item woman-ignore |
| 1166 | A boolean value. If non-@code{nil} then unrecognised requests etc. are | 1167 | A boolean value. If non-@code{nil} then unrecognized requests etc. are |
| 1167 | ignored. Default is @code{t}. This gives the standard @code{roff} behavior. | 1168 | ignored. Default is @code{t}. This gives the standard @code{roff} behavior. |
| 1168 | If @code{nil} then they are left in the buffer, which may aid debugging. | 1169 | If @code{nil} then they are left in the buffer, which may aid debugging. |
| 1169 | 1170 | ||