]> git.eshelyaron.com Git - emacs.git/commitdiff
American English spelling fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Jul 2008 02:59:53 +0000 (02:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Jul 2008 02:59:53 +0000 (02:59 +0000)
doc/misc/tramp.texi
doc/misc/url.texi
doc/misc/woman.texi

index 0d751a93b1d8c072d5629905bc7850e14418451e..0a9cd234a6147c4ff9825783582e2f72a431c337 100644 (file)
@@ -2634,7 +2634,7 @@ setting the cursor at the top of the buffer, and applying the expression
 @end example
 
 If it fails, or the cursor is not moved at the end of the buffer, your
-prompt is not recognised correctly.
+prompt is not recognized correctly.
 
 A special problem is the zsh, which uses left-hand side and right-hand
 side prompts in parallel.  Therefore, it is necessary to disable the
index 56c3048a40814f9f7c1fdf978b4bae8ca6c16c6f..07b658298f3e5160ed1455b6d9c3d9ad49c8faa2 100644 (file)
@@ -252,10 +252,10 @@ transmission via SSL.  It is defined in RFC 2069.  Its default port is
 @code{ssl} gateway method to be used.  @xref{Gateways in general}.
 
 @defopt url-honor-refresh-requests
-This controls honouring of HTTP @samp{Refresh} headers by which
+This controls honoring of HTTP @samp{Refresh} headers by which
 servers can direct clients to reload documents from the same URL or a
-or different one.  @code{nil} means they will not be honoured,
-@code{t} (the default) means they will always be honoured, and
+or different one.  @code{nil} means they will not be honored,
+@code{t} (the default) means they will always be honored, and
 otherwise the user will be asked on each request.
 @end defopt
 
@@ -305,7 +305,7 @@ Default is one hour.
 @subsection Language and Encoding Preferences
 
 HTTP allows clients to express preferences for the language and
-encoding of documents which servers may honour.  For each of these
+encoding of documents which servers may honor.  For each of these
 variables, the value is a string; it can specify a single choice, or
 it can be a comma-separated list.
 
index a77fea8b3d72ccd9b04182d45f30d031880137f7..182160f10548d0290208ead2eff91ec46c4692d3 100644 (file)
@@ -2,8 +2,9 @@
 @c %**start of header
 @setfilename ../../info/woman
 @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
+@c FIXME
 @c Manual last updated:
-@set UPDATED Time-stamp: <Fri 13-Jun-2008 13:07:05 gmorris on xoc2.stanford.edu>
+@set UPDATED Time-stamp: <Mon 30-Jun-2008 19:59:42 gm on grasmoor>
 @c Software version:
 @set VERSION 0.54 (beta)
 @afourpaper
@@ -1163,7 +1164,7 @@ headings.  Default is @code{t}.  [Heading emboldening is @emph{not} standard
 @code{man} behavior.]
 
 @item woman-ignore
-A boolean value.  If non-@code{nil} then unrecognised requests etc. are
+A boolean value.  If non-@code{nil} then unrecognized requests etc. are
 ignored.  Default is @code{t}.  This gives the standard @code{roff} behavior.
 If @code{nil} then they are left in the buffer, which may aid debugging.