aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2015-03-17 16:55:02 -0700
committerPaul Eggert2015-03-17 16:56:21 -0700
commit41278b775bd3ebc213ff8b9eda2f2c04a5354bba (patch)
tree26db6172e427c91ef681e9285596d96a95a7aab7 /doc/misc
parent7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43 (diff)
downloademacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.tar.gz
emacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.zip
Spacing and punctuation fixes
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/auth.texi4
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/cc-mode.texi4
-rw-r--r--doc/misc/eieio.texi2
-rw-r--r--doc/misc/erc.texi6
-rw-r--r--doc/misc/eshell.texi2
-rw-r--r--doc/misc/eww.texi4
-rw-r--r--doc/misc/gnus.texi6
-rw-r--r--doc/misc/htmlfontify.texi4
-rw-r--r--doc/misc/idlwave.texi4
-rw-r--r--doc/misc/ido.texi2
-rw-r--r--doc/misc/newsticker.texi2
-rw-r--r--doc/misc/org.texi8
-rw-r--r--doc/misc/pgg.texi2
-rw-r--r--doc/misc/reftex.texi6
-rw-r--r--doc/misc/todo-mode.texi4
-rw-r--r--doc/misc/tramp.texi2
-rw-r--r--doc/misc/vhdl-mode.texi6
-rw-r--r--doc/misc/vip.texi2
-rw-r--r--doc/misc/viper.texi2
-rw-r--r--doc/misc/woman.texi2
21 files changed, 38 insertions, 38 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 8dbde4d5ea0..7a2fd9b2e35 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -111,9 +111,9 @@ You can use spaces inside a password or other token by surrounding the
111token with either single or double quotes. 111token with either single or double quotes.
112 112
113You can use single quotes inside a password or other token by 113You can use single quotes inside a password or other token by
114surrounding it with double quotes, e.g. @code{"he'llo"}. Similarly you 114surrounding it with double quotes, e.g., @code{"he'llo"}. Similarly you
115can use double quotes inside a password or other token by surrounding 115can use double quotes inside a password or other token by surrounding
116it with single quotes, e.g. @code{'he"llo'}. You can't mix both (so a 116it with single quotes, e.g., @code{'he"llo'}. You can't mix both (so a
117password or other token can't have both single and double quotes). 117password or other token can't have both single and double quotes).
118 118
119All this is optional. You could just say (but we don't recommend it, 119All this is optional. You could just say (but we don't recommend it,
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 30e39c43112..62a81b81ec7 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -36800,7 +36800,7 @@ desired function, or with @kbd{x} or @kbd{z} followed by a function name,
36800or with @kbd{$} to take a formula from the top of the stack, or with 36800or with @kbd{$} to take a formula from the top of the stack, or with
36801@kbd{'} and a typed formula. In the last two cases, the formula may 36801@kbd{'} and a typed formula. In the last two cases, the formula may
36802be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it 36802be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it
36803may include @kbd{$}, @kbd{$$}, etc. (where @kbd{$} will correspond to the 36803may include @kbd{$}, @kbd{$$}, etc.@: (where @kbd{$} will correspond to the
36804last argument of the created function), or otherwise you will be 36804last argument of the created function), or otherwise you will be
36805prompted for an argument list. The number of vectors popped from the 36805prompted for an argument list. The number of vectors popped from the
36806stack by @kbd{V M} depends on the number of arguments of the function. 36806stack by @kbd{V M} depends on the number of arguments of the function.
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 1b79640d77a..068706a9158 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -1038,7 +1038,7 @@ Movement}. They might be removed from a future release of @ccmode{}.
1038Since there's a lot of normal text in comments and string literals, 1038Since there's a lot of normal text in comments and string literals,
1039@ccmode{} provides features to edit these like in text mode. The goal 1039@ccmode{} provides features to edit these like in text mode. The goal
1040is to do it seamlessly, i.e., you can use auto fill mode, sentence and 1040is to do it seamlessly, i.e., you can use auto fill mode, sentence and
1041paragraph movement, paragraph filling, adaptive filling etc. wherever 1041paragraph movement, paragraph filling, adaptive filling etc.@: wherever
1042there's a piece of normal text without having to think much about it. 1042there's a piece of normal text without having to think much about it.
1043@ccmode{} keeps the indentation, fixes suitable comment line prefixes, 1043@ccmode{} keeps the indentation, fixes suitable comment line prefixes,
1044and so on. 1044and so on.
@@ -7140,7 +7140,7 @@ of XEmacs since 19.16.
7140Due to release schedule skew, it is likely that all of these Emacsen 7140Due to release schedule skew, it is likely that all of these Emacsen
7141have old versions of @ccmode{} and so should be upgraded. Access to the 7141have old versions of @ccmode{} and so should be upgraded. Access to the
7142@ccmode{} source code, as well as more detailed information on Emacsen 7142@ccmode{} source code, as well as more detailed information on Emacsen
7143compatibility, etc. are all available on the web site: 7143compatibility, etc.@: are all available on the web site:
7144 7144
7145@quotation 7145@quotation
7146@uref{http://cc-mode.sourceforge.net/} 7146@uref{http://cc-mode.sourceforge.net/}
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 3f42862f07a..f17fd31a7f2 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -178,7 +178,7 @@ error. @ref{Signals}.
178 178
179First off, please note that this manual cannot serve as a complete 179First off, please note that this manual cannot serve as a complete
180introduction to object oriented programming and generic functions in 180introduction to object oriented programming and generic functions in
181LISP. Although EIEIO is not a complete implementation of the Common 181LISP@. Although EIEIO is not a complete implementation of the Common
182Lisp Object System (CLOS) and also differs from it in several aspects, 182Lisp Object System (CLOS) and also differs from it in several aspects,
183it follows the same basic concepts. Therefore, it is highly 183it follows the same basic concepts. Therefore, it is highly
184recommended to learn those from a textbook or tutorial first, 184recommended to learn those from a textbook or tutorial first,
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index 2f4ffae87c1..3a86e1ba1ad 100644
--- a/doc/misc/erc.texi
+++ b/doc/misc/erc.texi
@@ -716,8 +716,8 @@ stuff, to the current ERC buffer."
716(setq erc-autojoin-channels-alist '(("freenode.net" "#emacs" "#erc"))) 716(setq erc-autojoin-channels-alist '(("freenode.net" "#emacs" "#erc")))
717 717
718;; Rename server buffers to reflect the current network name instead 718;; Rename server buffers to reflect the current network name instead
719;; of SERVER:PORT. (e.g. "freenode" instead of "irc.freenode.net:6667"). This 719;; of SERVER:PORT (e.g., "freenode" instead of "irc.freenode.net:6667").
720;; is useful when using a bouncer like ZNC where you have multiple 720;; This is useful when using a bouncer like ZNC where you have multiple
721;; connections to the same server. 721;; connections to the same server.
722(setq erc-rename-buffers t) 722(setq erc-rename-buffers t)
723 723
@@ -780,7 +780,7 @@ or if you have bugs to report, there are several places you can go.
780 780
781@item 781@item
782@uref{http://www.emacswiki.org/cgi-bin/wiki/ERC} is the 782@uref{http://www.emacswiki.org/cgi-bin/wiki/ERC} is the
783emacswiki.org page for ERC@. Anyone may add tips, hints, etc. to it. 783emacswiki.org page for ERC@. Anyone may add tips, hints, etc.@: to it.
784 784
785@item 785@item
786You can ask questions about using ERC on the Emacs mailing list, 786You can ask questions about using ERC on the Emacs mailing list,
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index ca90573f30b..6d57a78d170 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -649,7 +649,7 @@ Programs that need a terminal to display output properly are referred
649to in this manual as ``visual commands,'' because they are not simply 649to in this manual as ``visual commands,'' because they are not simply
650line-oriented. You must tell Eshell which commands are visual, by 650line-oriented. You must tell Eshell which commands are visual, by
651adding them to @code{eshell-visual-commands}; for commands that are 651adding them to @code{eshell-visual-commands}; for commands that are
652visual for only certain @emph{sub}-commands -- e.g. @samp{git log} but 652visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but
653not @samp{git status} -- use @code{eshell-visual-subcommands}; and for 653not @samp{git status} -- use @code{eshell-visual-subcommands}; and for
654commands that are visual only when passed certain options, use 654commands that are visual only when passed certain options, use
655@code{eshell-visual-options}. 655@code{eshell-visual-options}.
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index f60354d6d68..c7f84b5d4f0 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -126,7 +126,7 @@ specified in @code{eww-download-directory} (Default: @file{~/Downloads/}).
126@cindex History 126@cindex History
127 EWW remembers the URLs you have visited to allow you to go back and 127 EWW remembers the URLs you have visited to allow you to go back and
128forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go 128forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go
129to the previous URL. You can go forward again with @kbd{r} 129to the previous URL@. You can go forward again with @kbd{r}
130(@code{eww-forward-url}). If you want an overview of your browsing 130(@code{eww-forward-url}). If you want an overview of your browsing
131history press @kbd{H} (@code{eww-list-histories}) to open the history 131history press @kbd{H} (@code{eww-list-histories}) to open the history
132buffer @file{*eww history*}. The history is lost when EWW is quit. 132buffer @file{*eww history*}. The history is lost when EWW is quit.
@@ -247,7 +247,7 @@ Sessions, , emacs, The GNU Emacs Manual}.
247 247
248@vindex eww-desktop-remove-duplicates 248@vindex eww-desktop-remove-duplicates
249 EWW history may sensibly contain multiple entries for the same page 249 EWW history may sensibly contain multiple entries for the same page
250URI. At run-time, these entries may still have different associated 250URI@. At run-time, these entries may still have different associated
251point positions or the actual Web page contents. 251point positions or the actual Web page contents.
252The latter, however, tend to be overly large to preserve in the 252The latter, however, tend to be overly large to preserve in the
253desktop file, so they get omitted, thus rendering the respective 253desktop file, so they get omitted, thus rendering the respective
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index d714656457f..ed4d1a58f79 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -11482,7 +11482,7 @@ who wrote the article, the date it was written and the subject of the
11482article. That's well and nice, but there's also lots of information 11482article. That's well and nice, but there's also lots of information
11483most people do not want to see---what systems the article has passed 11483most people do not want to see---what systems the article has passed
11484through before reaching you, the @code{Message-ID}, the 11484through before reaching you, the @code{Message-ID}, the
11485@code{References}, etc. ad nauseam---and you'll probably want to get rid 11485@code{References}, etc.@: ad nauseam---and you'll probably want to get rid
11486of some of those lines. If you want to keep all those lines in the 11486of some of those lines. If you want to keep all those lines in the
11487article buffer, you can set @code{gnus-show-all-headers} to @code{t}. 11487article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
11488 11488
@@ -25905,7 +25905,7 @@ Store custom flags and keywords
25905The registry can store custom flags and keywords for a message. For 25905The registry can store custom flags and keywords for a message. For
25906instance, you can mark a message ``To-Do'' this way and the flag will 25906instance, you can mark a message ``To-Do'' this way and the flag will
25907persist whether the message is in the nnimap, nnml, nnmaildir, 25907persist whether the message is in the nnimap, nnml, nnmaildir,
25908etc. backends. 25908etc.@: backends.
25909 25909
25910@item 25910@item
25911Store arbitrary data 25911Store arbitrary data
@@ -25988,7 +25988,7 @@ registry will be pruned back to less than
25988@code{gnus-registry-max-entries}. This option controls exactly how 25988@code{gnus-registry-max-entries}. This option controls exactly how
25989much less: the target is calculated as the maximum number of entries 25989much less: the target is calculated as the maximum number of entries
25990minus the maximum number times this factor. The default is 0.1: 25990minus the maximum number times this factor. The default is 0.1:
25991i.e. if your registry is limited to 50000 entries, pruning will try to 25991i.e., if your registry is limited to 50000 entries, pruning will try to
25992cut back to 45000 entries. Entries with keys marked as precious will 25992cut back to 45000 entries. Entries with keys marked as precious will
25993not be pruned. 25993not be pruned.
25994@end defvar 25994@end defvar
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi
index 630b5f798a1..6579cd6c7d1 100644
--- a/doc/misc/htmlfontify.texi
+++ b/doc/misc/htmlfontify.texi
@@ -839,7 +839,7 @@ See @ref{hfy-display-class} for details of valid values for @var{class}.
839(hfy-face-at P) 839(hfy-face-at P)
840@end lisp 840@end lisp
841 841
842Find face in effect at point P. If overlays are to be considered 842Find face in effect at point P@. If overlays are to be considered
843(see @ref{hfy-optimisations}) then this may return a @code{defface} style 843(see @ref{hfy-optimisations}) then this may return a @code{defface} style
844list of face properties instead of a face symbol. 844list of face properties instead of a face symbol.
845 845
@@ -1418,7 +1418,7 @@ Add @samp{<div class="default"> </div>} tags around the fontified body.
1418a page with different colors than the fontified code.) 1418a page with different colors than the fontified code.)
1419 1419
1420@item keep-overlays 1420@item keep-overlays
1421Preserve overlay highlighting (c.f. @code{ediff} or @code{goo-font-lock}) 1421Preserve overlay highlighting (cf.@: @code{ediff} or @code{goo-font-lock})
1422as well as basic faces. Can result in extremely verbose highlighting 1422as well as basic faces. Can result in extremely verbose highlighting
1423if there are many overlays (as is the case with @code{goo-font-lock}). 1423if there are many overlays (as is the case with @code{goo-font-lock}).
1424 1424
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi
index 1858a51dd81..7cf9673add5 100644
--- a/doc/misc/idlwave.texi
+++ b/doc/misc/idlwave.texi
@@ -1010,7 +1010,7 @@ Non-@code{nil} means use last match on line for
1010@cindex Highlighting of syntax 1010@cindex Highlighting of syntax
1011@cindex Font lock 1011@cindex Font lock
1012 1012
1013Highlighting of keywords, comments, strings etc. can be accomplished 1013Highlighting of keywords, comments, strings etc.@: can be accomplished
1014with @code{font-lock}. If you are using @code{global-font-lock-mode} 1014with @code{font-lock}. If you are using @code{global-font-lock-mode}
1015(in Emacs), or have @code{font-lock} turned on in any other buffer in 1015(in Emacs), or have @code{font-lock} turned on in any other buffer in
1016XEmacs, it should also automatically work in IDLWAVE buffers. If you'd 1016XEmacs, it should also automatically work in IDLWAVE buffers. If you'd
@@ -3111,7 +3111,7 @@ window, but is useful for immediate stepping, etc.
3111@kindex C-c C-d C-p 3111@kindex C-c C-d C-p
3112Do you find yourself repeatedly typing, e.g., @code{print,n_elements(x)}, 3112Do you find yourself repeatedly typing, e.g., @code{print,n_elements(x)},
3113and similar statements to remind yourself of the 3113and similar statements to remind yourself of the
3114type/size/structure/value/etc. of variables and expressions in your code 3114type/size/structure/value/etc.@: of variables and expressions in your code
3115or at the command line? IDLWAVE has a suite of special commands to 3115or at the command line? IDLWAVE has a suite of special commands to
3116automate these types of variable or expression examinations. They work 3116automate these types of variable or expression examinations. They work
3117by sending statements to the shell formatted to include the indicated 3117by sending statements to the shell formatted to include the indicated
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi
index 25380c08bef..a80620f681f 100644
--- a/doc/misc/ido.texi
+++ b/doc/misc/ido.texi
@@ -305,7 +305,7 @@ the files in that directory, simply move the directory to the head
305of the list and hit @key{RET}. 305of the list and hit @key{RET}.
306 306
307To go up to the parent directory, delete any partial file name already 307To go up to the parent directory, delete any partial file name already
308specified (e.g. using @key{DEL}) and hit @key{DEL}. 308specified (e.g., using @key{DEL}) and hit @key{DEL}.
309 309
310@c @deffn Command ido-delete-backward-updir 310@c @deffn Command ido-delete-backward-updir
311 311
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi
index a9ebc203e31..aa1ad72e382 100644
--- a/doc/misc/newsticker.texi
+++ b/doc/misc/newsticker.texi
@@ -123,7 +123,7 @@ You may select any number of feeds from this list of (sample) news feeds.
123@vindex newsticker-url-list 123@vindex newsticker-url-list
124@item newsticker-url-list 124@item newsticker-url-list
125All your personal news feeds are defined here. Each feed is 125All your personal news feeds are defined here. Each feed is
126identified by its name and an URL. You may set the start-time and the 126identified by its name and an URL@. You may set the start-time and the
127retrieval interval for each feed as well as the retrieval command 127retrieval interval for each feed as well as the retrieval command
128arguments in case that the default values do not fit a certain feed. 128arguments in case that the default values do not fit a certain feed.
129 129
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 2cb80abb0db..d2721f6e35e 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -891,7 +891,7 @@ Recent Emacs distributions include a packaging system which lets you install
891Elisp libraries. You can install Org with @kbd{M-x package-install RET org}. 891Elisp libraries. You can install Org with @kbd{M-x package-install RET org}.
892 892
893@noindent @b{Important}: you need to do this in a session where no @code{.org} file has 893@noindent @b{Important}: you need to do this in a session where no @code{.org} file has
894been visited, i.e. where no Org built-in function have been loaded. 894been visited, i.e., where no Org built-in function have been loaded.
895Otherwise autoload Org functions will mess up the installation. 895Otherwise autoload Org functions will mess up the installation.
896 896
897Then, to make sure your Org configuration is taken into account, initialize 897Then, to make sure your Org configuration is taken into account, initialize
@@ -10444,7 +10444,7 @@ You can change the default state of this option by setting
10444 10444
10445@item C-v 10445@item C-v
10446Toggle visible-only export. Only export the text that is currently 10446Toggle visible-only export. Only export the text that is currently
10447visible, i.e. not hidden by outline visibility in the buffer. 10447visible, i.e., not hidden by outline visibility in the buffer.
10448 10448
10449@end table 10449@end table
10450 10450
@@ -12103,7 +12103,7 @@ Internet-style links for all other links.
12103A link with no description and destined to a regular (un-itemized) outline 12103A link with no description and destined to a regular (un-itemized) outline
12104heading is replaced with a cross-reference and section number of the heading. 12104heading is replaced with a cross-reference and section number of the heading.
12105 12105
12106A @samp{\ref@{label@}}-style reference to an image, table etc. is replaced 12106A @samp{\ref@{label@}}-style reference to an image, table etc.@: is replaced
12107with a cross-reference and sequence number of the labeled entity. 12107with a cross-reference and sequence number of the labeled entity.
12108@xref{Labels and captions in ODT export}. 12108@xref{Labels and captions in ODT export}.
12109 12109
@@ -13410,7 +13410,7 @@ from it (e.g., @code{beamer}).
13410 13410
13411This is obviously the most powerful customization, since the changes happen 13411This is obviously the most powerful customization, since the changes happen
13412at the parser level. Indeed, some export back-ends are built as extensions 13412at the parser level. Indeed, some export back-ends are built as extensions
13413of other ones (e.g. Markdown back-end an extension of HTML back-end). 13413of other ones (e.g., Markdown back-end an extension of HTML back-end).
13414 13414
13415Extending a back-end means that if an element type is not transcoded by the 13415Extending a back-end means that if an element type is not transcoded by the
13416new back-end, it will be handled by the original one. Hence you can extend 13416new back-end, it will be handled by the original one. Hence you can extend
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi
index 4518de41415..a46c0fb8b4a 100644
--- a/doc/misc/pgg.texi
+++ b/doc/misc/pgg.texi
@@ -82,7 +82,7 @@ communication. Even though Mailcrypt has similar feature, it does not
82deal with detached PGP messages, normally used in PGP/MIME 82deal with detached PGP messages, normally used in PGP/MIME
83infrastructure. This was the main reason why I wrote the new library. 83infrastructure. This was the main reason why I wrote the new library.
84 84
85Note that the PGG library is now obsolete, replaced by EasyPG. 85Note that the PGG library is now obsolete, replaced by EasyPG@.
86@xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}. 86@xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}.
87 87
88PGP/MIME is an application of MIME Object Security Services (RFC1848). 88PGP/MIME is an application of MIME Object Security Services (RFC1848).
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index facfb4376db..1497b1f5f1d 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -608,7 +608,7 @@ Show calling point in another window. This is the point from where
608 608
609@item < 609@item <
610Promote the current section. This will convert @code{\section} to 610Promote the current section. This will convert @code{\section} to
611@code{\chapter}, @code{\subsection} to @code{\section} etc. If there is 611@code{\chapter}, @code{\subsection} to @code{\section} etc. If there is
612an active region, all sections in the region will be promoted, including 612an active region, all sections in the region will be promoted, including
613the one at point. To avoid mistakes, @RefTeX{} requires a fresh 613the one at point. To avoid mistakes, @RefTeX{} requires a fresh
614document scan before executing this command; if necessary, it will 614document scan before executing this command; if necessary, it will
@@ -1567,7 +1567,7 @@ Here is the setup:
1567@cindex @code{linguex}, LaTeX package 1567@cindex @code{linguex}, LaTeX package
1568@cindex LaTeX packages, @code{linguex} 1568@cindex LaTeX packages, @code{linguex}
1569A more complex example is the @file{linguex.sty} package which defines 1569A more complex example is the @file{linguex.sty} package which defines
1570list macros @samp{\ex.}, @samp{\a.}, @samp{\b.} etc. for lists which are 1570list macros @samp{\ex.}, @samp{\a.}, @samp{\b.} etc.@: for lists which are
1571terminated by @samp{\z.} or by an empty line. 1571terminated by @samp{\z.} or by an empty line.
1572 1572
1573@example 1573@example
@@ -5906,7 +5906,7 @@ When no BibTeX database files are specified, citations can also use
5906@noindent @b{Version 3.11} 5906@noindent @b{Version 3.11}
5907@itemize @bullet 5907@itemize @bullet
5908@item 5908@item
5909Fixed bug which led to naked label in (e.g.@:) footnotes. 5909Fixed bug which led to naked label in (e.g.)@: footnotes.
5910@item 5910@item
5911Added scroll-other-window functions to RefTeX-Select. 5911Added scroll-other-window functions to RefTeX-Select.
5912@end itemize 5912@end itemize
diff --git a/doc/misc/todo-mode.texi b/doc/misc/todo-mode.texi
index 6f684dea5d5..f58965cadab 100644
--- a/doc/misc/todo-mode.texi
+++ b/doc/misc/todo-mode.texi
@@ -1421,7 +1421,7 @@ Advance point to the next button.
1421Put point on the previous button. 1421Put point on the previous button.
1422@end table 1422@end table
1423 1423
1424These commands are cyclic, e.g. when point is on the last button, 1424These commands are cyclic, e.g., when point is on the last button,
1425pressing @kbd{n} moves it to the first button. 1425pressing @kbd{n} moves it to the first button.
1426 1426
1427Typing @kbd{q} exits Todo Categories mode, killing the buffer and returning 1427Typing @kbd{q} exits Todo Categories mode, killing the buffer and returning
@@ -1787,7 +1787,7 @@ current file:
1787@item F h 1787@item F h
1788@itemx h 1788@itemx h
1789Hide the item headers if visible, or show them if they are hidden. 1789Hide the item headers if visible, or show them if they are hidden.
1790With done items, only the done header (i.e. the done tag and date-time 1790With done items, only the done header (i.e., the done tag and date-time
1791string inserted when the item was marked done) is hidden, the original 1791string inserted when the item was marked done) is hidden, the original
1792date-time string is not. With filtered items, the category (or 1792date-time string is not. With filtered items, the category (or
1793category-file) tag is not hidden. 1793category-file) tag is not hidden.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 5d02d909791..d9cb933cb6c 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1001,7 +1001,7 @@ name.
1001This special method uses the Android Debug Bridge for accessing 1001This special method uses the Android Debug Bridge for accessing
1002Android devices. The Android Debug Bridge must be installed locally. 1002Android devices. The Android Debug Bridge must be installed locally.
1003Some GNU/Linux distributions offer it for installation, otherwise it 1003Some GNU/Linux distributions offer it for installation, otherwise it
1004can be installed as part of the Android SDK. If the @command{adb} 1004can be installed as part of the Android SDK@. If the @command{adb}
1005program is not found via the @env{PATH} environment variable, the 1005program is not found via the @env{PATH} environment variable, the
1006variable @var{tramp-adb-program} must point to its absolute path. 1006variable @var{tramp-adb-program} must point to its absolute path.
1007 1007
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi
index 524a534c38d..777bb107772 100644
--- a/doc/misc/vhdl-mode.texi
+++ b/doc/misc/vhdl-mode.texi
@@ -159,7 +159,7 @@ the construct on that line. A @dfn{syntactic component} consists of a
159pair of information (in lisp parlance, a @emph{cons cell}), where the 159pair of information (in lisp parlance, a @emph{cons cell}), where the
160first part is a @dfn{syntactic symbol}, and the second part is a 160first part is a @dfn{syntactic symbol}, and the second part is a
161@dfn{relative buffer position}. Syntactic symbols describe elements of 161@dfn{relative buffer position}. Syntactic symbols describe elements of
162VHDL code, e.g. @code{statement}, @code{comment}, @code{block-open}, 162VHDL code, e.g., @code{statement}, @code{comment}, @code{block-open},
163@code{block-close}, etc. @xref{Syntactic Symbols}, for a complete list 163@code{block-close}, etc. @xref{Syntactic Symbols}, for a complete list
164of currently recognized syntactic symbols and their semantics. Also, 164of currently recognized syntactic symbols and their semantics. Also,
165the variable @code{vhdl-offsets-alist} contains the list of currently 165the variable @code{vhdl-offsets-alist} contains the list of currently
@@ -633,8 +633,8 @@ similar to what is allowed in @code{vhdl-offsets-alist}. When the file is
633visited, VHDL Mode will automatically institute these offsets using 633visited, VHDL Mode will automatically institute these offsets using
634@code{vhdl-set-offset}. @xref{Customizing Indentation}. 634@code{vhdl-set-offset}. @xref{Customizing Indentation}.
635 635
636Note that file style settings (i.e. @code{vhdl-file-style}) are applied 636Note that file style settings (i.e., @code{vhdl-file-style}) are applied
637before file offset settings (i.e. @code{vhdl-file-offsets}). 637before file offset settings (i.e., @code{vhdl-file-offsets}).
638 638
639 639
640@node Advanced Customizations 640@node Advanced Customizations
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi
index 9a5255d43af..ebb14944e24 100644
--- a/doc/misc/vip.texi
+++ b/doc/misc/vip.texi
@@ -436,7 +436,7 @@ Jump to mark (and pop mark off the mark ring).
436 436
437@cindex region 437@cindex region
438 438
439Vi operators like @kbd{d}, @kbd{c} etc. are usually used in combination 439Vi operators like @kbd{d}, @kbd{c} etc.@: are usually used in combination
440with motion commands. It is now possible to use current region as the 440with motion commands. It is now possible to use current region as the
441argument to these operators. (A @dfn{region} is a part of buffer 441argument to these operators. (A @dfn{region} is a part of buffer
442delimited by point and mark.) The key @kbd{r} is used for this purpose. 442delimited by point and mark.) The key @kbd{r} is used for this purpose.
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index bea7f47edbb..0ccc6ac91d5 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -1224,7 +1224,7 @@ Facilities like this make Vi's @kbd{:ab} command obsolete.
1224@cindex Ex style motion 1224@cindex Ex style motion
1225@cindex line editor motion 1225@cindex line editor motion
1226 1226
1227Viper can be set free from the line--limited movements in Vi, such as @kbd{l} 1227Viper can be set free from the line-limited movements in Vi, such as @kbd{l}
1228refusing to move beyond the line, @key{ESC} moving one character back, 1228refusing to move beyond the line, @key{ESC} moving one character back,
1229etc. These derive from Ex, which is a line editor. If your 1229etc. These derive from Ex, which is a line editor. If your
1230Viper customization file contains 1230Viper customization file contains
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi
index d199afcf99f..a25924919a5 100644
--- a/doc/misc/woman.texi
+++ b/doc/misc/woman.texi
@@ -1141,7 +1141,7 @@ headings. Default is @code{t}. [Heading emboldening is @emph{not} standard
1141@code{man} behavior.] 1141@code{man} behavior.]
1142 1142
1143@item woman-ignore 1143@item woman-ignore
1144A boolean value. If non-@code{nil} then unrecognized requests etc. are 1144A boolean value. If non-@code{nil} then unrecognized requests etc.@: are
1145ignored. Default is @code{t}. This gives the standard @code{roff} behavior. 1145ignored. Default is @code{t}. This gives the standard @code{roff} behavior.
1146If @code{nil} then they are left in the buffer, which may aid debugging. 1146If @code{nil} then they are left in the buffer, which may aid debugging.
1147 1147