aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2013-02-12 09:36:54 -0800
committerPaul Eggert2013-02-12 09:36:54 -0800
commit65e7ca35a69003788134f8c961f561fe6f7a9720 (patch)
tree513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /doc
parent85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff)
downloademacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz
emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.zip
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ack.texi2
-rw-r--r--doc/emacs/mark.texi2
-rw-r--r--doc/lispref/processes.texi6
-rw-r--r--doc/man/etags.13
-rw-r--r--doc/misc/ada-mode.texi4
-rw-r--r--doc/misc/bovine.texi2
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/cc-mode.texi34
-rw-r--r--doc/misc/cl.texi2
-rw-r--r--doc/misc/dired-x.texi2
-rw-r--r--doc/misc/ede.texi4
-rw-r--r--doc/misc/ediff.texi2
-rw-r--r--doc/misc/emacs-mime.texi2
-rw-r--r--doc/misc/eshell.texi4
-rw-r--r--doc/misc/faq.texi2
-rw-r--r--doc/misc/flymake.texi4
-rw-r--r--doc/misc/forms.texi2
-rw-r--r--doc/misc/gnus-faq.texi2
-rw-r--r--doc/misc/gnus.texi22
-rw-r--r--doc/misc/idlwave.texi6
-rw-r--r--doc/misc/message.texi2
-rw-r--r--doc/misc/org.texi6
-rw-r--r--doc/misc/reftex.texi4
-rw-r--r--doc/misc/remember.texi2
-rw-r--r--doc/misc/ses.texi2
-rw-r--r--doc/misc/sieve.texi2
-rw-r--r--doc/misc/speedbar.texi4
-rw-r--r--doc/misc/url.texi2
-rw-r--r--doc/misc/vip.texi2
-rw-r--r--doc/misc/viper.texi2
-rw-r--r--doc/misc/woman.texi4
31 files changed, 70 insertions, 71 deletions
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index a0ab8223ae0..99e0c690a09 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -726,7 +726,7 @@ the display of the Emacs tool bar. With Riccardo Murri he wrote
726Eric Ludlam wrote the Speedbar package; @file{checkdoc.el}, for checking 726Eric Ludlam wrote the Speedbar package; @file{checkdoc.el}, for checking
727doc strings in Emacs Lisp programs; @file{dframe.el}, providing 727doc strings in Emacs Lisp programs; @file{dframe.el}, providing
728dedicated frame support modes; @file{ezimage.el}, a generalized way to 728dedicated frame support modes; @file{ezimage.el}, a generalized way to
729place images over text; @file{chart.el} for drawing bar charts etc; and 729place images over text; @file{chart.el} for drawing bar charts etc.; and
730the EIEIO (Enhanced Implementation of Emacs Interpreted Objects) 730the EIEIO (Enhanced Implementation of Emacs Interpreted Objects)
731package. He was also the main author of the CEDET (Collection of Emacs 731package. He was also the main author of the CEDET (Collection of Emacs
732Development Environment Tools) package. Portions were also written by 732Development Environment Tools) package. Portions were also written by
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index 6ed3b2e6d37..05b2a5be3a4 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -131,7 +131,7 @@ detailed description of these mouse commands.
131@cindex shift-selection 131@cindex shift-selection
132 Finally, you can set the mark by holding down the shift key while 132 Finally, you can set the mark by holding down the shift key while
133typing certain cursor motion commands (such as @kbd{S-@key{right}}, 133typing certain cursor motion commands (such as @kbd{S-@key{right}},
134@kbd{S-C-f}, @kbd{S-C-n}, etc.) This is called @dfn{shift-selection}. 134@kbd{S-C-f}, @kbd{S-C-n}, etc.). This is called @dfn{shift-selection}.
135It sets the mark at point before moving point, but only if there is no 135It sets the mark at point before moving point, but only if there is no
136active mark set via shift-selection. The mark set by mouse commands 136active mark set via shift-selection. The mark set by mouse commands
137and by shift-selection behaves slightly differently from the usual 137and by shift-selection behaves slightly differently from the usual
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 50710e23234..1181244a974 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -88,7 +88,7 @@ initializes @code{exec-path} when it starts up, based on the value of
88the environment variable @env{PATH}. The standard file name 88the environment variable @env{PATH}. The standard file name
89constructs, @samp{~}, @samp{.}, and @samp{..}, are interpreted as 89constructs, @samp{~}, @samp{.}, and @samp{..}, are interpreted as
90usual in @code{exec-path}, but environment variable substitutions 90usual in @code{exec-path}, but environment variable substitutions
91(@samp{$HOME}, etc.) are not recognized; use 91(@samp{$HOME}, etc.)@: are not recognized; use
92@code{substitute-in-file-name} to perform them (@pxref{File Name 92@code{substitute-in-file-name} to perform them (@pxref{File Name
93Expansion}). @code{nil} in this list refers to 93Expansion}). @code{nil} in this list refers to
94@code{default-directory}. 94@code{default-directory}.
@@ -557,7 +557,7 @@ from the process only while waiting for input or for a time delay.
557when creating the process, based on the value of the variable 557when creating the process, based on the value of the variable
558@code{process-connection-type} (see below). Ptys are usually 558@code{process-connection-type} (see below). Ptys are usually
559preferable for processes visible to the user, as in Shell mode, 559preferable for processes visible to the user, as in Shell mode,
560because they allow for job control (@kbd{C-c}, @kbd{C-z}, etc.) 560because they allow for job control (@kbd{C-c}, @kbd{C-z}, etc.)@:
561between the process and its children, whereas pipes do not. For 561between the process and its children, whereas pipes do not. For
562subprocesses used for internal purposes by programs, it is often 562subprocesses used for internal purposes by programs, it is often
563better to use a pipe, because they are more efficient, and because 563better to use a pipe, because they are more efficient, and because
@@ -571,7 +571,7 @@ program @var{program} running in it. It returns a process object that
571stands for the new subprocess in Lisp. The argument @var{name} 571stands for the new subprocess in Lisp. The argument @var{name}
572specifies the name for the process object; if a process with this name 572specifies the name for the process object; if a process with this name
573already exists, then @var{name} is modified (by appending @samp{<1>}, 573already exists, then @var{name} is modified (by appending @samp{<1>},
574etc.) to be unique. The buffer @var{buffer-or-name} is the buffer to 574etc.)@: to be unique. The buffer @var{buffer-or-name} is the buffer to
575associate with the process. 575associate with the process.
576 576
577If @var{program} is @code{nil}, Emacs opens a new pseudoterminal (pty) 577If @var{program} is @code{nil}, Emacs opens a new pseudoterminal (pty)
diff --git a/doc/man/etags.1 b/doc/man/etags.1
index 20c392776ee..20be5c82684 100644
--- a/doc/man/etags.1
+++ b/doc/man/etags.1
@@ -146,7 +146,7 @@ of \- means standard output; overrides default \fBTAGS\fP or \fBtags\fP.
146Make tags based on regexp matching for the files following this option, 146Make tags based on regexp matching for the files following this option,
147in addition to the tags made with the standard parsing based on 147in addition to the tags made with the standard parsing based on
148language. May be freely intermixed with filenames and the \fB\-R\fP 148language. May be freely intermixed with filenames and the \fB\-R\fP
149option. The regexps are cumulative, i.e. each such option will add to 149option. The regexps are cumulative, i.e., each such option will add to
150the previous ones. The regexps are of one of the forms: 150the previous ones. The regexps are of one of the forms:
151.br 151.br
152 [\fB{\fP\fIlanguage\fP\fB}\fP]\fB/\fP\fItagregexp/\fP[\fInameregexp\fP\fB/\fP]\fImodifiers\fP 152 [\fB{\fP\fIlanguage\fP\fB}\fP]\fB/\fP\fItagregexp/\fP[\fInameregexp\fP\fB/\fP]\fImodifiers\fP
@@ -282,4 +282,3 @@ Permission is granted to copy and distribute translations of this
282document into another language, under the above conditions for 282document into another language, under the above conditions for
283modified versions, except that this permission notice may be stated 283modified versions, except that this permission notice may be stated
284in a translation approved by the Free Software Foundation. 284in a translation approved by the Free Software Foundation.
285
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi
index c687ce16877..223911ebb7a 100644
--- a/doc/misc/ada-mode.texi
+++ b/doc/misc/ada-mode.texi
@@ -72,7 +72,7 @@ existing code and facilitates writing new code.
72 72
73When the Gnu Ada compiler GNAT is used, the cross-reference 73When the Gnu Ada compiler GNAT is used, the cross-reference
74information output by the compiler is used to provide powerful code 74information output by the compiler is used to provide powerful code
75navigation (jump to definition, find all uses, etc). 75navigation (jump to definition, find all uses, etc.).
76 76
77When you open a file with a file extension of @file{.ads} or 77When you open a file with a file extension of @file{.ads} or
78@file{.adb}, Emacs will automatically load and activate Ada mode. 78@file{.adb}, Emacs will automatically load and activate Ada mode.
@@ -1267,7 +1267,7 @@ Non-@code{nil} means that the current line will also be re-indented
1267before inserting a newline, when you press @key{RET}. 1267before inserting a newline, when you press @key{RET}.
1268@end table 1268@end table
1269 1269
1270Most of the time, the indentation will be automatic, i.e when you 1270Most of the time, the indentation will be automatic, i.e., when you
1271press @key{RET}, the cursor will move to the correct column on the 1271press @key{RET}, the cursor will move to the correct column on the
1272next line. 1272next line.
1273 1273
diff --git a/doc/misc/bovine.texi b/doc/misc/bovine.texi
index 48d5cf9e18a..978345e5cc8 100644
--- a/doc/misc/bovine.texi
+++ b/doc/misc/bovine.texi
@@ -314,7 +314,7 @@ The first object spliced into the list (assuming it is a list from a
314non-terminal). 314non-terminal).
315 315
316@item '$1 316@item '$1
317The first object matched, placed in a list. i.e. @code{( $1 )}. 317The first object matched, placed in a list. I.e., @code{( $1 )}.
318 318
319@item foo 319@item foo
320The symbol @code{foo} (exactly as displayed). 320The symbol @code{foo} (exactly as displayed).
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 6d036910877..ba491a569b7 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -14011,7 +14011,7 @@ conventions. Like C mode, Pascal mode interprets array brackets and uses
14011a different table of operators. Hexadecimal numbers are entered and 14011a different table of operators. Hexadecimal numbers are entered and
14012displayed with a preceding dollar sign. (Thus the regular meaning of 14012displayed with a preceding dollar sign. (Thus the regular meaning of
14013@kbd{$2} during algebraic entry does not work in Pascal mode, though 14013@kbd{$2} during algebraic entry does not work in Pascal mode, though
14014@kbd{$} (and @kbd{$$}, etc.) not followed by digits works the same as 14014@kbd{$} (and @kbd{$$}, etc.)@: not followed by digits works the same as
14015always.) No special provisions are made for other non-decimal numbers, 14015always.) No special provisions are made for other non-decimal numbers,
14016vectors, and so on, since there is no universally accepted standard way 14016vectors, and so on, since there is no universally accepted standard way
14017of handling these in Pascal. 14017of handling these in Pascal.
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 55b7028101a..bb6a5b001ad 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -4959,7 +4959,7 @@ the declaration is an annotation.
4959 4959
4960There are a few occasions where a statement block might be used inside 4960There are a few occasions where a statement block might be used inside
4961an expression. One is in C or C++ code using the gcc extension for 4961an expression. One is in C or C++ code using the gcc extension for
4962this, e.g: 4962this, e.g.:
4963 4963
4964@example 4964@example
4965 1: int res = (@{ 4965 1: int res = (@{
@@ -5552,7 +5552,7 @@ parentheses and statements within brace blocks.
5552@findex lineup-close-paren (c-) 5552@findex lineup-close-paren (c-)
5553Line up the closing paren under its corresponding open paren if the 5553Line up the closing paren under its corresponding open paren if the
5554open paren is followed by code. If the open paren ends its line, no 5554open paren is followed by code. If the open paren ends its line, no
5555indentation is added. E.g: 5555indentation is added. E.g.:
5556 5556
5557@example 5557@example
5558@group 5558@group
@@ -5606,7 +5606,7 @@ discussion of this ``DWIM'' measure.
5606 5606
5607@defun c-indent-one-line-block 5607@defun c-indent-one-line-block
5608@findex indent-one-line-block (c-) 5608@findex indent-one-line-block (c-)
5609Indent a one line block @code{c-basic-offset} extra. E.g: 5609Indent a one line block @code{c-basic-offset} extra. E.g.:
5610 5610
5611@example 5611@example
5612@group 5612@group
@@ -5640,7 +5640,7 @@ which makes the function usable in list expressions.
5640 5640
5641@defun c-indent-multi-line-block 5641@defun c-indent-multi-line-block
5642@findex indent-multi-line-block (c-) 5642@findex indent-multi-line-block (c-)
5643Indent a multiline block @code{c-basic-offset} extra. E.g: 5643Indent a multiline block @code{c-basic-offset} extra. E.g.:
5644 5644
5645@example 5645@example
5646@group 5646@group
@@ -5679,7 +5679,7 @@ block, which makes the function usable in list expressions.
5679Line up statements for coding standards which place the first statement 5679Line up statements for coding standards which place the first statement
5680in a block on the same line as the block opening brace@footnote{Run-in 5680in a block on the same line as the block opening brace@footnote{Run-in
5681style doesn't really work too well. You might need to write your own 5681style doesn't really work too well. You might need to write your own
5682custom line-up functions to better support this style.}. E.g: 5682custom line-up functions to better support this style.}. E.g.:
5683 5683
5684@example 5684@example
5685@group 5685@group
@@ -5762,7 +5762,7 @@ indents relative to the surrounding block just like
5762@defun c-lineup-whitesmith-in-block 5762@defun c-lineup-whitesmith-in-block
5763@findex lineup-whitesmith-in-block (c-) 5763@findex lineup-whitesmith-in-block (c-)
5764Line up lines inside a block in Whitesmith style. It's done in a way 5764Line up lines inside a block in Whitesmith style. It's done in a way
5765that works both when the opening brace hangs and when it doesn't. E.g: 5765that works both when the opening brace hangs and when it doesn't. E.g.:
5766 5766
5767@example 5767@example
5768@group 5768@group
@@ -5816,7 +5816,7 @@ Line up the current argument line under the first argument.
5816As a special case, if an argument on the same line as the open 5816As a special case, if an argument on the same line as the open
5817parenthesis starts with a brace block opener, the indentation is 5817parenthesis starts with a brace block opener, the indentation is
5818@code{c-basic-offset} only. This is intended as a ``DWIM'' measure in 5818@code{c-basic-offset} only. This is intended as a ``DWIM'' measure in
5819cases like macros that contain statement blocks, e.g: 5819cases like macros that contain statement blocks, e.g.:
5820 5820
5821@example 5821@example
5822@group 5822@group
@@ -5852,7 +5852,7 @@ brace block.
5852@defun c-lineup-multi-inher 5852@defun c-lineup-multi-inher
5853@findex lineup-multi-inher (c-) 5853@findex lineup-multi-inher (c-)
5854Line up the classes in C++ multiple inheritance clauses and member 5854Line up the classes in C++ multiple inheritance clauses and member
5855initializers under each other. E.g: 5855initializers under each other. E.g.:
5856 5856
5857@example 5857@example
5858@group 5858@group
@@ -5895,7 +5895,7 @@ Line up Java implements and extends declarations. If class names
5895follow on the same line as the @samp{implements}/@samp{extends} 5895follow on the same line as the @samp{implements}/@samp{extends}
5896keyword, they are lined up under each other. Otherwise, they are 5896keyword, they are lined up under each other. Otherwise, they are
5897indented by adding @code{c-basic-offset} to the column of the keyword. 5897indented by adding @code{c-basic-offset} to the column of the keyword.
5898E.g: 5898E.g.:
5899 5899
5900@example 5900@example
5901@group 5901@group
@@ -5929,7 +5929,7 @@ same line as the throws keyword, they are lined up under each other.
5929Otherwise, they are indented by adding @code{c-basic-offset} to the 5929Otherwise, they are indented by adding @code{c-basic-offset} to the
5930column of the @samp{throws} keyword. The @samp{throws} keyword itself 5930column of the @samp{throws} keyword. The @samp{throws} keyword itself
5931is also indented by @code{c-basic-offset} from the function declaration 5931is also indented by @code{c-basic-offset} from the function declaration
5932start if it doesn't hang. E.g: 5932start if it doesn't hang. E.g.:
5933 5933
5934@example 5934@example
5935@group 5935@group
@@ -6014,7 +6014,7 @@ line.
6014 6014
6015@defun c-lineup-argcont 6015@defun c-lineup-argcont
6016@findex lineup-argcont (c-) 6016@findex lineup-argcont (c-)
6017Line up a continued argument. E.g: 6017Line up a continued argument. E.g.:
6018 6018
6019@example 6019@example
6020@group 6020@group
@@ -6101,7 +6101,7 @@ function is the same as specifying a list @code{(c-lineup-assignments
6101Line up ``cascaded calls'' under each other. If the line begins with 6101Line up ``cascaded calls'' under each other. If the line begins with
6102@code{->} or @code{.} and the preceding line ends with one or more 6102@code{->} or @code{.} and the preceding line ends with one or more
6103function calls preceded by the same token, then the arrow is lined up 6103function calls preceded by the same token, then the arrow is lined up
6104with the first of those tokens. E.g: 6104with the first of those tokens. E.g.:
6105 6105
6106@example 6106@example
6107@group 6107@group
@@ -6133,7 +6133,7 @@ Line up C++ stream operators (i.e., @samp{<<} and @samp{>>}).
6133@findex lineup-string-cont (c-) 6133@findex lineup-string-cont (c-)
6134Line up a continued string under the one it continues. A continued 6134Line up a continued string under the one it continues. A continued
6135string in this sense is where a string literal follows directly after 6135string in this sense is where a string literal follows directly after
6136another one. E.g: 6136another one. E.g.:
6137 6137
6138@example 6138@example
6139@group 6139@group
@@ -6242,7 +6242,7 @@ is equivalent to @code{(@r{@var{value}} . -1000)}.
6242@findex lineup-knr-region-comment (c-) 6242@findex lineup-knr-region-comment (c-)
6243Line up a comment in the ``K&R region'' with the declaration. That is 6243Line up a comment in the ``K&R region'' with the declaration. That is
6244the region between the function or class header and the beginning of the 6244the region between the function or class header and the beginning of the
6245block. E.g: 6245block. E.g.:
6246 6246
6247@example 6247@example
6248@group 6248@group
@@ -6282,7 +6282,7 @@ already has; think of it as an identity function for lineups.
6282@defun c-lineup-cpp-define 6282@defun c-lineup-cpp-define
6283@findex lineup-cpp-define (c-) 6283@findex lineup-cpp-define (c-)
6284Line up macro continuation lines according to the indentation of the 6284Line up macro continuation lines according to the indentation of the
6285construct preceding the macro. E.g: 6285construct preceding the macro. E.g.:
6286 6286
6287@example 6287@example
6288@group 6288@group
@@ -6409,7 +6409,7 @@ that those lines could be analyzed as either topmost-intro-cont or
6409statement-cont. It's used for @code{topmost-intro-cont} by default, but 6409statement-cont. It's used for @code{topmost-intro-cont} by default, but
6410you might consider using @code{+} instead.}. For lines preceding a 6410you might consider using @code{+} instead.}. For lines preceding a
6411definition, zero is used. For other lines, @code{c-basic-offset} is 6411definition, zero is used. For other lines, @code{c-basic-offset} is
6412added to the indentation. E.g: 6412added to the indentation. E.g.:
6413 6413
6414@example 6414@example
6415@group 6415@group
@@ -6507,7 +6507,7 @@ earlier. Line-up functions are still passed this cons cell, so as to
6507preserve compatibility with older configurations. In the future, we 6507preserve compatibility with older configurations. In the future, we
6508may decide to convert to using the full list format---you can prepare 6508may decide to convert to using the full list format---you can prepare
6509your setup for this by using the access functions 6509your setup for this by using the access functions
6510(@code{c-langelem-sym}, etc.) described below. 6510(@code{c-langelem-sym}, etc.)@: described below.
6511 6511
6512@vindex c-syntactic-element 6512@vindex c-syntactic-element
6513@vindex syntactic-element (c-) 6513@vindex syntactic-element (c-)
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index cb04f65cf0d..a16dc92de77 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -748,7 +748,7 @@ This function attempts to convert @var{object} to the specified
748@var{type}. If @var{object} is already of that type as determined by 748@var{type}. If @var{object} is already of that type as determined by
749@code{cl-typep}, it is simply returned. Otherwise, certain types of 749@code{cl-typep}, it is simply returned. Otherwise, certain types of
750conversions will be made: If @var{type} is any sequence type 750conversions will be made: If @var{type} is any sequence type
751(@code{string}, @code{list}, etc.) then @var{object} will be 751(@code{string}, @code{list}, etc.)@: then @var{object} will be
752converted to that type if possible. If @var{type} is 752converted to that type if possible. If @var{type} is
753@code{character}, then strings of length one and symbols with 753@code{character}, then strings of length one and symbols with
754one-character names can be coerced. If @var{type} is @code{float}, 754one-character names can be coerced. If @var{type} is @code{float},
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index 2cf25641350..1e3d11f6dc6 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -882,7 +882,7 @@ Dired buffers, is like @code{shell-command}, but it runs with
882 882
883@file{dired-x} provides a method of visiting or editing a file mentioned in 883@file{dired-x} provides a method of visiting or editing a file mentioned in
884the buffer you are viewing (e.g., a mail buffer, a news article, a 884the buffer you are viewing (e.g., a mail buffer, a news article, a
885@file{README} file, etc.) or to test if that file exists. You can then modify 885@file{README} file, etc.)@: or to test if that file exists. You can then modify
886this in the minibuffer after snatching the file name. 886this in the minibuffer after snatching the file name.
887 887
888When installed @file{dired-x} will substitute @code{dired-x-find-file} for 888When installed @file{dired-x} will substitute @code{dired-x-find-file} for
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index ddee7e6b5d5..f2e787fd588 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -1050,7 +1050,7 @@ other options for that project. The configuration is saved in
1050 1050
1051Generic projects are disabled by default because they have the 1051Generic projects are disabled by default because they have the
1052potential to interfere with other projects. To use the generic 1052potential to interfere with other projects. To use the generic
1053project sytem to start detecting projects, you need to enable it. 1053project system to start detecting projects, you need to enable it.
1054 1054
1055@deffn Command ede-enable-generic-projects 1055@deffn Command ede-enable-generic-projects
1056Enable generic project loaders. 1056Enable generic project loaders.
@@ -1956,7 +1956,7 @@ Type: @code{list} @*
1956Default Value: @code{(quote ("/include" "../include/"))} 1956Default Value: @code{(quote ("/include" "../include/"))}
1957 1957
1958The default locate function expands filenames within a project. 1958The default locate function expands filenames within a project.
1959If a header file (.h, .hh, etc) name is expanded, and 1959If a header file (.h, .hh, etc.)@: name is expanded, and
1960the @code{:locate-fcn} slot is @code{nil}, then the include path is checked 1960the @code{:locate-fcn} slot is @code{nil}, then the include path is checked
1961first, and other directories are ignored. For very large 1961first, and other directories are ignored. For very large
1962projects, this optimization can save a lot of time. 1962projects, this optimization can save a lot of time.
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi
index cf4438c8bad..edb2a446cf5 100644
--- a/doc/misc/ediff.texi
+++ b/doc/misc/ediff.texi
@@ -1148,7 +1148,7 @@ packages also use this method).
1148Regular files are treated by the @code{patch} utility in the usual manner, 1148Regular files are treated by the @code{patch} utility in the usual manner,
1149i.e., the original is renamed into @file{source-name.orig} and the result 1149i.e., the original is renamed into @file{source-name.orig} and the result
1150of the patch is placed into the file source-name (@file{_orig} is used 1150of the patch is placed into the file source-name (@file{_orig} is used
1151on systems like DOS, etc.) 1151on systems like DOS, etc.).
1152 1152
1153@node Customization, Credits, Remote and Compressed Files, Top 1153@node Customization, Credits, Remote and Compressed Files, Top
1154@chapter Customization 1154@chapter Customization
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index 216e4733cd1..b1cf40aa645 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -993,7 +993,7 @@ Customization}).
993The charset to be used can be overridden by setting the @code{charset} 993The charset to be used can be overridden by setting the @code{charset}
994@acronym{MML} tag (@pxref{MML Definition}) when composing the message. 994@acronym{MML} tag (@pxref{MML Definition}) when composing the message.
995 995
996The encoding of characters (quoted-printable, 8bit etc) is orthogonal 996The encoding of characters (quoted-printable, 8bit, etc.)@: is orthogonal
997to the discussion here, and is controlled by the variables 997to the discussion here, and is controlled by the variables
998@code{mm-body-charset-encoding-alist} and 998@code{mm-body-charset-encoding-alist} and
999@code{mm-content-transfer-encoding-defaults} (@pxref{Encoding 999@code{mm-content-transfer-encoding-defaults} (@pxref{Encoding
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 8d398900238..b23d5075b51 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -625,7 +625,7 @@ string-manipulation expansions because the Elisp library already
625provides many functions for this.} For example, @code{$var} on a line 625provides many functions for this.} For example, @code{$var} on a line
626expands to the value of the variable @code{var} when the line is 626expands to the value of the variable @code{var} when the line is
627executed. Expansions are usually passed as arguments, but may also be 627executed. Expansions are usually passed as arguments, but may also be
628used as commands.@footnote{e.g. Entering just @samp{$var} at the prompt 628used as commands.@footnote{E.g., entering just @samp{$var} at the prompt
629is equivalent to entering the value of @code{var} at the prompt.} 629is equivalent to entering the value of @code{var} at the prompt.}
630 630
631@menu 631@menu
@@ -1158,7 +1158,7 @@ it).
1158@item Make the shell spawning commands be visual 1158@item Make the shell spawning commands be visual
1159 1159
1160That is, make (@command{su}, @command{bash}, @command{telnet}, 1160That is, make (@command{su}, @command{bash}, @command{telnet},
1161@command{rlogin}, @command{rsh}, etc.) be part of 1161@command{rlogin}, @command{rsh}, etc.)@: be part of
1162@code{eshell-visual-commands}. The only exception is if the shell is 1162@code{eshell-visual-commands}. The only exception is if the shell is
1163being used to invoke a single command. Then, the behavior should be 1163being used to invoke a single command. Then, the behavior should be
1164based on what that command is. 1164based on what that command is.
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index 8f3c0c2d623..39b4a9037bd 100644
--- a/doc/misc/faq.texi
+++ b/doc/misc/faq.texi
@@ -1909,7 +1909,7 @@ following line to your @file{.emacs}:
1909where @var{syntactic-symbol} is the name Emacs shows in the minibuffer 1909where @var{syntactic-symbol} is the name Emacs shows in the minibuffer
1910when you type @kbd{C-c C-o} at the beginning of the line, and 1910when you type @kbd{C-c C-o} at the beginning of the line, and
1911@var{offset} is one of the indentation symbols listed above (@code{+}, 1911@var{offset} is one of the indentation symbols listed above (@code{+},
1912@code{/}, @code{0}, etc.) that you've chosen during the interactive 1912@code{/}, @code{0}, etc.)@: that you've chosen during the interactive
1913procedure. 1913procedure.
1914 1914
1915@item 1915@item
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 1807f108e3b..79259a76503 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -64,7 +64,7 @@ modify this GNU manual.''
64 64
65Flymake is a universal on-the-fly syntax checker implemented as an 65Flymake is a universal on-the-fly syntax checker implemented as an
66Emacs minor mode. Flymake runs the pre-configured syntax check tool 66Emacs minor mode. Flymake runs the pre-configured syntax check tool
67(compiler for C++ files, @code{perl} for perl files, etc.) in the 67(compiler for C++ files, @code{perl} for perl files, etc.)@: in the
68background, passing it a temporary copy of the current buffer, and 68background, passing it a temporary copy of the current buffer, and
69parses the output for known error/warning message patterns. Flymake 69parses the output for known error/warning message patterns. Flymake
70then highlights erroneous lines (i.e., lines for which at least one 70then highlights erroneous lines (i.e., lines for which at least one
@@ -569,7 +569,7 @@ These modes are handled inside init/cleanup/getfname functions, see
569Flymake contains implementations of all functionality required to 569Flymake contains implementations of all functionality required to
570support different syntax check modes described above (making temporary 570support different syntax check modes described above (making temporary
571copies, finding master files, etc.), as well as some tool-specific 571copies, finding master files, etc.), as well as some tool-specific
572(routines for Make, Ant, etc.) code. 572(routines for Make, Ant, etc.)@: code.
573 573
574 574
575@node Making a temporary copy 575@node Making a temporary copy
diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi
index 43ffab26c9b..17b117be961 100644
--- a/doc/misc/forms.texi
+++ b/doc/misc/forms.texi
@@ -117,7 +117,7 @@ they make up a forms.
117 117
118The contents of the forms consist of the contents of the fields of the 118The contents of the forms consist of the contents of the fields of the
119record (e.g., @samp{root}, @samp{0}, @samp{1}, @samp{Super User}) 119record (e.g., @samp{root}, @samp{0}, @samp{1}, @samp{Super User})
120interspersed with normal text (e.g @samp{User : }, @samp{Uid: }). 120interspersed with normal text (e.g., @samp{User : }, @samp{Uid: }).
121 121
122If you modify the contents of the fields, Forms mode will analyze your 122If you modify the contents of the fields, Forms mode will analyze your
123changes and update the file appropriately. You cannot modify the 123changes and update the file appropriately. You cannot modify the
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index 2a1f5ac2cc1..e7367730040 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -1218,7 +1218,7 @@ from using them):
1218 messages? 1218 messages?
1219* FAQ 5-3:: How to set stuff like From, Organization, Reply-To, 1219* FAQ 5-3:: How to set stuff like From, Organization, Reply-To,
1220 signature...? 1220 signature...?
1221* FAQ 5-4:: Can I set things like From, Signature etc group based on 1221* FAQ 5-4:: Can I set things like From, Signature etc. group based on
1222 the group I post too? 1222 the group I post too?
1223* FAQ 5-5:: Is there a spell-checker? Perhaps even on-the-fly 1223* FAQ 5-5:: Is there a spell-checker? Perhaps even on-the-fly
1224 spell-checking? 1224 spell-checking?
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 35121e84dde..8d0d5cdc40b 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -2344,8 +2344,8 @@ Gnus considers groups from levels 1 to
2344unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead) 2344unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2345(default 8) and @code{gnus-level-killed} to be killed (completely dead) 2345(default 8) and @code{gnus-level-killed} to be killed (completely dead)
2346(default 9). Gnus treats subscribed and unsubscribed groups exactly the 2346(default 9). Gnus treats subscribed and unsubscribed groups exactly the
2347same, but zombie and killed groups have no information on what articles 2347same, but zombie and killed groups store no information on what articles
2348you have read, etc, stored. This distinction between dead and living 2348you have read, etc. This distinction between dead and living
2349groups isn't done because it is nice or clever, it is done purely for 2349groups isn't done because it is nice or clever, it is done purely for
2350reasons of efficiency. 2350reasons of efficiency.
2351 2351
@@ -11127,7 +11127,7 @@ There will never be more than one dead summary buffer at any one time.
11127 11127
11128@vindex gnus-use-cross-reference 11128@vindex gnus-use-cross-reference
11129The data on the current group will be updated (which articles you have 11129The data on the current group will be updated (which articles you have
11130read, which articles you have replied to, etc.) when you exit the 11130read, which articles you have replied to, etc.)@: when you exit the
11131summary buffer. If the @code{gnus-use-cross-reference} variable is 11131summary buffer. If the @code{gnus-use-cross-reference} variable is
11132@code{t} (which is the default), articles that are cross-referenced to 11132@code{t} (which is the default), articles that are cross-referenced to
11133this group and are marked as read, will also be marked as read in the 11133this group and are marked as read, will also be marked as read in the
@@ -14009,7 +14009,7 @@ The address of the @acronym{NNTP} server.
14009Port number to connect to the @acronym{NNTP} server. The default is 14009Port number to connect to the @acronym{NNTP} server. The default is
14010@samp{nntp}. If you use @acronym{NNTP} over 14010@samp{nntp}. If you use @acronym{NNTP} over
14011@acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather 14011@acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
14012than named ports (i.e, use @samp{563} instead of @samp{snews} or 14012than named ports (i.e., use @samp{563} instead of @samp{snews} or
14013@samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may 14013@samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
14014not work with named ports. 14014not work with named ports.
14015 14015
@@ -18977,7 +18977,7 @@ agent as unread.
18977@subsection Agent and flags 18977@subsection Agent and flags
18978 18978
18979The Agent works with any Gnus back end including those, such as 18979The Agent works with any Gnus back end including those, such as
18980nnimap, that store flags (read, ticked, etc) on the server. Sadly, 18980nnimap, that store flags (read, ticked, etc.)@: on the server. Sadly,
18981the Agent does not actually know which backends keep their flags in 18981the Agent does not actually know which backends keep their flags in
18982the backend server rather than in @file{.newsrc}. This means that the 18982the backend server rather than in @file{.newsrc}. This means that the
18983Agent, while unplugged or disconnected, will always record all changes 18983Agent, while unplugged or disconnected, will always record all changes
@@ -19953,7 +19953,7 @@ the article was posted from. Time zones are such wholesome fun for the
19953whole family, eh?) 19953whole family, eh?)
19954 19954
19955@item Head, Body, All 19955@item Head, Body, All
19956These three match keys use the same match types as the @code{From} (etc) 19956These three match keys use the same match types as the @code{From} (etc.)@:
19957header uses. 19957header uses.
19958 19958
19959@item Followup 19959@item Followup
@@ -23774,7 +23774,7 @@ from Bulgarian IPs.
23774 23774
23775This, unfortunately, is a great way to discard legitimate e-mail. The 23775This, unfortunately, is a great way to discard legitimate e-mail. The
23776risks of blocking a whole country (Bulgaria, Norway, Nigeria, China, 23776risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
23777etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting 23777etc.)@: or even a continent (Asia, Africa, Europe, etc.)@: from contacting
23778you should be obvious, so don't do it if you have the choice. 23778you should be obvious, so don't do it if you have the choice.
23779 23779
23780In another instance, the very informative and useful RISKS digest has 23780In another instance, the very informative and useful RISKS digest has
@@ -25827,7 +25827,7 @@ Fortunately, setting up the Gnus registry is pretty easy:
25827 25827
25828This adds registry saves to Gnus newsrc saves (which happen on exit 25828This adds registry saves to Gnus newsrc saves (which happen on exit
25829and when you press @kbd{s} from the @code{*Group*} buffer. It also 25829and when you press @kbd{s} from the @code{*Group*} buffer. It also
25830adds registry calls to article actions in Gnus (copy, move, etc.) so 25830adds registry calls to article actions in Gnus (copy, move, etc.)@: so
25831it's not easy to undo the initialization. See 25831it's not easy to undo the initialization. See
25832@code{gnus-registry-initialize} for the gory details. 25832@code{gnus-registry-initialize} for the gory details.
25833 25833
@@ -27904,7 +27904,7 @@ consist of a little new content at the top with a long, untrimmed
27904message cited below. 27904message cited below.
27905 27905
27906@item 27906@item
27907Smileys (@samp{:-)}, @samp{;-)} etc) are now displayed graphically in 27907Smileys (@samp{:-)}, @samp{;-)} etc.)@: are now displayed graphically in
27908Emacs too. 27908Emacs too.
27909 27909
27910Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.gnus.el} to 27910Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.gnus.el} to
@@ -28510,7 +28510,7 @@ A mail message or news article
28510 28510
28511@item head 28511@item head
28512@cindex head 28512@cindex head
28513The top part of a message, where administrative information (etc.) is 28513The top part of a message, where administrative information (etc.)@: is
28514put. 28514put.
28515 28515
28516@item body 28516@item body
@@ -29459,7 +29459,7 @@ There should be no result data from this function.
29459@item (nnchoke-request-set-mark GROUP ACTION &optional SERVER) 29459@item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
29460 29460
29461Set/remove/add marks on articles. Normally Gnus handles the article 29461Set/remove/add marks on articles. Normally Gnus handles the article
29462marks (such as read, ticked, expired etc) internally, and store them in 29462marks (such as read, ticked, expired etc.)@: internally, and store them in
29463@file{~/.newsrc.eld}. Some back ends (such as @acronym{IMAP}) however carry 29463@file{~/.newsrc.eld}. Some back ends (such as @acronym{IMAP}) however carry
29464all information about the articles on the server, so Gnus need to 29464all information about the articles on the server, so Gnus need to
29465propagate the mark information to the server. 29465propagate the mark information to the server.
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi
index 499e169e93b..0c817adcb36 100644
--- a/doc/misc/idlwave.texi
+++ b/doc/misc/idlwave.texi
@@ -2182,8 +2182,8 @@ operators (outside of strings and comments, of course), try this in
2182@end lisp 2182@end lisp
2183 2183
2184Note that the modified assignment operators which begin with a word 2184Note that the modified assignment operators which begin with a word
2185(@samp{AND=}, @samp{OR=}, @samp{NOT=}, etc.) require a leading space to 2185(@samp{AND=}, @samp{OR=}, @samp{NOT=}, etc.)@: require a leading space to
2186be recognized (e.g @code{vAND=4} would be interpreted as a variable 2186be recognized (e.g., @code{vAND=4} would be interpreted as a variable
2187@code{vAND}). Also note that since, e.g., @code{>} and @code{>=} are 2187@code{vAND}). Also note that since, e.g., @code{>} and @code{>=} are
2188both valid operators, it is impossible to surround both by blanks while 2188both valid operators, it is impossible to surround both by blanks while
2189they are being typed. Similarly with @code{&} and @code{&&}. For 2189they are being typed. Similarly with @code{&} and @code{&&}. For
@@ -2195,7 +2195,7 @@ repad everything if @code{idlwave-do-actions} is on).
2195@defopt idlwave-surround-by-blank (@code{nil}) 2195@defopt idlwave-surround-by-blank (@code{nil})
2196Non-@code{nil} means enable @code{idlwave-surround}. If non-@code{nil}, 2196Non-@code{nil} means enable @code{idlwave-surround}. If non-@code{nil},
2197@samp{=}, @samp{<}, @samp{>}, @samp{&}, @samp{,}, @samp{->}, and the 2197@samp{=}, @samp{<}, @samp{>}, @samp{&}, @samp{,}, @samp{->}, and the
2198modified assignment operators (@samp{AND=}, @samp{OR=}, etc.) are 2198modified assignment operators (@samp{AND=}, @samp{OR=}, etc.)@: are
2199surrounded with spaces by @code{idlwave-surround}. 2199surrounded with spaces by @code{idlwave-surround}.
2200@end defopt 2200@end defopt
2201 2201
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 0e0bd115bb2..4d5d82aa6bd 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -2344,7 +2344,7 @@ Valid values include:
2344@table @code 2344@table @code
2345@item nil 2345@item nil
2346Generate the buffer name in the Message way (e.g., *mail*, *news*, *mail 2346Generate the buffer name in the Message way (e.g., *mail*, *news*, *mail
2347to whom*, *news on group*, etc.) and continue editing in the existing 2347to whom*, *news on group*, etc.)@: and continue editing in the existing
2348buffer of that name. If there is no such buffer, it will be newly 2348buffer of that name. If there is no such buffer, it will be newly
2349created. 2349created.
2350 2350
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 7b880fc386c..16015e49362 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -1426,7 +1426,7 @@ level).
1426Move subtree down (swap with next subtree of same level). 1426Move subtree down (swap with next subtree of same level).
1427@orgcmd{M-h,org-mark-element} 1427@orgcmd{M-h,org-mark-element}
1428Mark the element at point. Hitting repeatedly will mark subsequent elements 1428Mark the element at point. Hitting repeatedly will mark subsequent elements
1429of the one just marked. E.g. hitting @key{M-h} on a paragraph will mark it, 1429of the one just marked. E.g., hitting @key{M-h} on a paragraph will mark it,
1430hitting @key{M-h} immediately again will mark the next one. 1430hitting @key{M-h} immediately again will mark the next one.
1431@orgcmd{C-c @@,org-mark-subtree} 1431@orgcmd{C-c @@,org-mark-subtree}
1432Mark the subtree at point. Hitting repeatedly will mark subsequent subtrees 1432Mark the subtree at point. Hitting repeatedly will mark subsequent subtrees
@@ -2439,7 +2439,7 @@ You may reference a rectangular range of fields by specifying two field
2439references connected by two dots @samp{..}. If both fields are in the 2439references connected by two dots @samp{..}. If both fields are in the
2440current row, you may simply use @samp{$2..$7}, but if at least one field 2440current row, you may simply use @samp{$2..$7}, but if at least one field
2441is in a different row, you need to use the general @code{@@row$column} 2441is in a different row, you need to use the general @code{@@row$column}
2442format at least for the first field (i.e the reference must start with 2442format at least for the first field (i.e., the reference must start with
2443@samp{@@} in order to be interpreted correctly). Examples: 2443@samp{@@} in order to be interpreted correctly). Examples:
2444 2444
2445@example 2445@example
@@ -11990,7 +11990,7 @@ resource or resource node which is known to TaskJuggler, such as
11990@samp{efficiency}, @samp{journalentry}, @samp{rate} for resources or 11990@samp{efficiency}, @samp{journalentry}, @samp{rate} for resources or
11991@samp{account}, @samp{start}, @samp{note}, @samp{duration}, @samp{end}, 11991@samp{account}, @samp{start}, @samp{note}, @samp{duration}, @samp{end},
11992@samp{journalentry}, @samp{milestone}, @samp{reference}, @samp{responsible}, 11992@samp{journalentry}, @samp{milestone}, @samp{reference}, @samp{responsible},
11993@samp{scheduling}, etc for tasks. 11993@samp{scheduling}, etc.@: for tasks.
11994 11994
11995@subsection Dependencies 11995@subsection Dependencies
11996 11996
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index efffc5078cc..15bb2c4cc0a 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -648,7 +648,7 @@ buffer.
648@vindex reftex-toc-max-level 648@vindex reftex-toc-max-level
649Change the maximum level of toc entries displayed in the @file{*toc*} 649Change the maximum level of toc entries displayed in the @file{*toc*}
650buffer. Without prefix arg, all levels will be included. With prefix 650buffer. Without prefix arg, all levels will be included. With prefix
651arg (e.g @kbd{3 t}), ignore all toc entries with level greater than 651arg (e.g., @kbd{3 t}), ignore all toc entries with level greater than
652@var{arg} (3 in this case). Chapters are level 1, sections are level 2. 652@var{arg} (3 in this case). Chapters are level 1, sections are level 2.
653The mode line @samp{T<>} indicator shows the current value. The default 653The mode line @samp{T<>} indicator shows the current value. The default
654depth can be configured with the variable 654depth can be configured with the variable
@@ -3499,7 +3499,7 @@ make use of this feature, try
3499@item 3499@item
3500@b{@LaTeX{} commands}@* 3500@b{@LaTeX{} commands}@*
3501@cindex LaTeX commands, not found 3501@cindex LaTeX commands, not found
3502@code{\input}, @code{\include}, and @code{\section} (etc.) statements 3502@code{\input}, @code{\include}, and @code{\section} (etc.)@: statements
3503have to be first on a line (except for white space). 3503have to be first on a line (except for white space).
3504 3504
3505@item 3505@item
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi
index 3a80862d0e7..0f541981f1a 100644
--- a/doc/misc/remember.texi
+++ b/doc/misc/remember.texi
@@ -174,7 +174,7 @@ typing it into a buffer, or using the contents of the selected region,
174it will store that data---unindexed, uninterpreted---in a data pool. 174it will store that data---unindexed, uninterpreted---in a data pool.
175It will also try to remember as much context information as possible 175It will also try to remember as much context information as possible
176(any text properties that were set, where you copied it from, when, 176(any text properties that were set, where you copied it from, when,
177how, etc). Later, you can walk through your accumulated set of data 177how, etc.). Later, you can walk through your accumulated set of data
178(both organized, and unorganized) and easily begin moving things 178(both organized, and unorganized) and easily begin moving things
179around, and making annotations that will express the full meaning of 179around, and making annotations that will express the full meaning of
180that data, as far as you know it. 180that data, as far as you know it.
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index f6c35d1de8e..2bef526257e 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -842,7 +842,7 @@ Begins with an 014 character, followed by sets of cell-definition
842macros for each row, followed by column-widths, column-printers, 842macros for each row, followed by column-widths, column-printers,
843default-printer, and header-row. Then there's the global parameters 843default-printer, and header-row. Then there's the global parameters
844(file-format ID, numrows, numcols) and the local variables (specifying 844(file-format ID, numrows, numcols) and the local variables (specifying
845SES mode for the buffer, etc.) 845SES mode for the buffer, etc.).
846 846
847When a SES file is loaded, first the numrows and numcols values are 847When a SES file is loaded, first the numrows and numcols values are
848loaded, then the entire data area is @code{eval}ed, and finally the local 848loaded, then the entire data area is @code{eval}ed, and finally the local
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi
index cbcd6a61f39..b84c3047ec1 100644
--- a/doc/misc/sieve.texi
+++ b/doc/misc/sieve.texi
@@ -159,7 +159,7 @@ press RET on <new script> to create a new script.
159@end example 159@end example
160 160
161One of the scripts are highlighted, and standard point navigation 161One of the scripts are highlighted, and standard point navigation
162commands (@kbd{<up>}, @kbd{<down>} etc) can be used to navigate the 162commands (@kbd{<up>}, @kbd{<down>} etc.)@: can be used to navigate the
163list. 163list.
164 164
165The following commands are available in the Manage Sieve buffer: 165The following commands are available in the Manage Sieve buffer:
diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi
index 62cfcb95af4..1c427c0b47c 100644
--- a/doc/misc/speedbar.texi
+++ b/doc/misc/speedbar.texi
@@ -1180,7 +1180,7 @@ the next line.
1180Create a tag line with @var{exp-button-type} for the small expansion 1180Create a tag line with @var{exp-button-type} for the small expansion
1181button. This is the button that expands or contracts a node (if 1181button. This is the button that expands or contracts a node (if
1182applicable), and @var{exp-button-char} the character in it (@samp{+}, 1182applicable), and @var{exp-button-char} the character in it (@samp{+},
1183@samp{-}, @samp{?}, etc). @var{exp-button-function} is the function 1183@samp{-}, @samp{?}, etc.). @var{exp-button-function} is the function
1184to call if it's clicked on. Button types are @code{bracket}, 1184to call if it's clicked on. Button types are @code{bracket},
1185@code{angle}, @code{curly}, @code{expandtag}, @code{statictag}, and 1185@code{angle}, @code{curly}, @code{expandtag}, @code{statictag}, and
1186@code{nil}. @var{exp-button-data} is extra data attached to the text 1186@code{nil}. @var{exp-button-data} is extra data attached to the text
@@ -1189,7 +1189,7 @@ forming the expansion button.
1189Next, @var{tag-button} is the text of the tag. 1189Next, @var{tag-button} is the text of the tag.
1190@var{tag-button-function} is the function to call if clicked on, and 1190@var{tag-button-function} is the function to call if clicked on, and
1191@var{tag-button-data} is the data to attach to the text field (such a 1191@var{tag-button-data} is the data to attach to the text field (such a
1192tag positioning, etc). @var{tag-button-face} is a face used for this 1192tag positioning, etc.). @var{tag-button-face} is a face used for this
1193type of tag. 1193type of tag.
1194 1194
1195Lastly, @var{depth} shows the depth of expansion. 1195Lastly, @var{depth} shows the depth of expansion.
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index a26743ed1aa..42b1624aa0a 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -890,7 +890,7 @@ containing the data cached for that URL.
890 890
891@c With a large cache of documents on the local disk, it can be very handy 891@c With a large cache of documents on the local disk, it can be very handy
892@c when traveling, or any other time the network connection is not active 892@c when traveling, or any other time the network connection is not active
893@c (a laptop with a dial-on-demand PPP connection, etc). Emacs/W3 can rely 893@c (a laptop with a dial-on-demand PPP connection, etc.). Emacs/W3 can rely
894@c solely on its cache, and avoid checking to see if the page has changed 894@c solely on its cache, and avoid checking to see if the page has changed
895@c on the remote server. In the case of a dial-on-demand PPP connection, 895@c on the remote server. In the case of a dial-on-demand PPP connection,
896@c this will keep the phone line free as long as possible, only bringing up 896@c this will keep the phone line free as long as possible, only bringing up
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi
index 06fb5b9288b..327d8d5f45e 100644
--- a/doc/misc/vip.texi
+++ b/doc/misc/vip.texi
@@ -356,7 +356,7 @@ you can abort a partially formed command by typing @kbd{C-g}.@refill
356As in Vi, searching is done by @kbd{/} and @kbd{?}. The string will be 356As in Vi, searching is done by @kbd{/} and @kbd{?}. The string will be
357searched literally by default. To invoke a regular expression search, 357searched literally by default. To invoke a regular expression search,
358first execute the search command @kbd{/} (or @kbd{?}) with empty search 358first execute the search command @kbd{/} (or @kbd{?}) with empty search
359string. (I.e, type @kbd{/} followed by @key{RET}.) 359string. (I.e., type @kbd{/} followed by @key{RET}.)
360A search for empty string will toggle the search mode between vanilla 360A search for empty string will toggle the search mode between vanilla
361search and regular expression search. You cannot give an offset to the 361search and regular expression search. You cannot give an offset to the
362search string. (It is a limitation.) By default, search will wrap around 362search string. (It is a limitation.) By default, search will wrap around
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 41f34957253..69df06a1c57 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -3210,7 +3210,7 @@ and they don't look into the value of variable
3210syntax tables in order to not thwart the various major modes that set these 3210syntax tables in order to not thwart the various major modes that set these
3211tables. 3211tables.
3212 3212
3213The usual Emacs convention is used to indicate Control Characters, i.e 3213The usual Emacs convention is used to indicate Control Characters, i.e.,
3214C-h for Control-h. @emph{Do not confuse this with a sequence of separate 3214C-h for Control-h. @emph{Do not confuse this with a sequence of separate
3215characters 3215characters
3216C, -, h!!!} The @kbd{^} is itself, never used to indicate a 3216C, -, h!!!} The @kbd{^} is itself, never used to indicate a
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi
index 8f8fd5f2287..d7ef94872b4 100644
--- a/doc/misc/woman.texi
+++ b/doc/misc/woman.texi
@@ -4,7 +4,7 @@
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 FIXME
6@c Manual last updated: 6@c Manual last updated:
7@set UPDATED Time-stamp: <2012-12-31 21:44:20 eggert> 7@set UPDATED Time-stamp: <2013-02-12 09:05:54 eggert>
8@c Software version: 8@c Software version:
9@set VERSION 0.54 (beta) 9@set VERSION 0.54 (beta)
10@afourpaper 10@afourpaper
@@ -929,7 +929,7 @@ for a man configuration file. The default is
929 929
930@noindent 930@noindent
931[for GNU/Linux and Cygwin respectively.] A trailing separator (@file{/} 931[for GNU/Linux and Cygwin respectively.] A trailing separator (@file{/}
932for UNIX etc.) on directories is optional and the filename matched if a 932for UNIX etc.)@: on directories is optional and the filename matched if a
933directory is specified is the first to match the regexp 933directory is specified is the first to match the regexp
934@code{man.*\.conf}. If the environment variable @code{MANPATH} is not 934@code{man.*\.conf}. If the environment variable @code{MANPATH} is not
935set but a configuration file is found then it is parsed instead (or as 935set but a configuration file is found then it is parsed instead (or as