aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-24 17:48:06 +0000
committerRichard M. Stallman2006-07-24 17:48:06 +0000
commit5a7f4c1bf2b8a1ef30810640bc255494dd3b957b (patch)
treecd505dbab3a54d920aab878405909fc9776b0312
parentefd5c60bf24e585e78dcae6b41e0f1326b772102 (diff)
downloademacs-5a7f4c1bf2b8a1ef30810640bc255494dd3b957b.tar.gz
emacs-5a7f4c1bf2b8a1ef30810640bc255494dd3b957b.zip
Move periods and commas inside quotes.
-rw-r--r--man/basic.texi2
-rw-r--r--man/dired.texi6
-rw-r--r--man/display.texi4
-rw-r--r--man/doclicense.texi24
-rw-r--r--man/emacs-xtra.texi2
-rw-r--r--man/emacs.texi4
-rw-r--r--man/faq.texi4
-rw-r--r--man/files.texi2
-rw-r--r--man/flymake.texi2
-rw-r--r--man/forms.texi2
-rw-r--r--man/fortran-xtra.texi2
-rw-r--r--man/glossary.texi2
-rw-r--r--man/info.texi14
-rw-r--r--man/killing.texi2
-rw-r--r--man/kmacro.texi2
-rw-r--r--man/misc.texi2
-rw-r--r--man/org.texi2
-rw-r--r--man/pgg.texi2
-rw-r--r--man/programs.texi2
-rw-r--r--man/search.texi2
-rw-r--r--man/xresmini.texi4
-rw-r--r--man/xresources.texi4
22 files changed, 46 insertions, 46 deletions
diff --git a/man/basic.texi b/man/basic.texi
index 26b3137d632..6f0e7cad68c 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -736,7 +736,7 @@ can separate the argument from the digit to insert with another
736@kbd{C-u}; for example, @kbd{C-u 6 4 C-u 1} does insert 64 copies of 736@kbd{C-u}; for example, @kbd{C-u 6 4 C-u 1} does insert 64 copies of
737the character @samp{1}. 737the character @samp{1}.
738 738
739 We use the term ``prefix argument'' as well as ``numeric argument'', 739 We use the term ``prefix argument'' as well as ``numeric argument,''
740to emphasize that you type these argument before the command, and to 740to emphasize that you type these argument before the command, and to
741distinguish them from minibuffer arguments that come after the 741distinguish them from minibuffer arguments that come after the
742command. 742command.
diff --git a/man/dired.texi b/man/dired.texi
index b53a5cfec9f..97597ffcd81 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1141,7 +1141,7 @@ and erases all flags and marks.
1141@findex wdired-change-to-wdired-mode 1141@findex wdired-change-to-wdired-mode
1142 Wdired is a special mode that allows you to perform file operations 1142 Wdired is a special mode that allows you to perform file operations
1143by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands 1143by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands
1144for ``writable''.) To enter Wdired mode, type @kbd{M-x 1144for ``writable.'') To enter Wdired mode, type @kbd{M-x
1145wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively, 1145wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively,
1146use @samp{Edit File Names} in the @samp{Immediate} menu bar menu. 1146use @samp{Edit File Names} in the @samp{Immediate} menu bar menu.
1147 1147
@@ -1205,7 +1205,7 @@ the current buffer.
1205 1205
1206 The default comparison method (used if you type @key{RET} at the 1206 The default comparison method (used if you type @key{RET} at the
1207prompt) is to compare just the file names---each file name that does 1207prompt) is to compare just the file names---each file name that does
1208not appear in the other directory is ``different''. You can specify 1208not appear in the other directory is ``different.'' You can specify
1209more stringent comparisons by entering a Lisp expression, which can 1209more stringent comparisons by entering a Lisp expression, which can
1210refer to the variables @code{size1} and @code{size2}, the respective 1210refer to the variables @code{size1} and @code{size2}, the respective
1211file sizes; @code{mtime1} and @code{mtime2}, the last modification 1211file sizes; @code{mtime1} and @code{mtime2}, the last modification
@@ -1213,7 +1213,7 @@ times in seconds, as floating point numbers; and @code{fa1} and
1213@code{fa2}, the respective file attribute lists (as returned by the 1213@code{fa2}, the respective file attribute lists (as returned by the
1214function @code{file-attributes}). This expression is evaluated for 1214function @code{file-attributes}). This expression is evaluated for
1215each pair of like-named files, and if the expression's value is 1215each pair of like-named files, and if the expression's value is
1216non-@code{nil}, those files are considered ``different''. 1216non-@code{nil}, those files are considered ``different.''
1217 1217
1218 For instance, the sequence @code{M-x dired-compare-directories 1218 For instance, the sequence @code{M-x dired-compare-directories
1219@key{RET} (> mtime1 mtime2) @key{RET}} marks files newer in this 1219@key{RET} (> mtime1 mtime2) @key{RET}} marks files newer in this
diff --git a/man/display.texi b/man/display.texi
index c868d1ad484..57276ac7557 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -402,7 +402,7 @@ The face for highlighting excess spaces and tabs at the end of a line
402when @code{show-trailing-whitespace} is non-@code{nil}; see 402when @code{show-trailing-whitespace} is non-@code{nil}; see
403@ref{Useless Whitespace}. 403@ref{Useless Whitespace}.
404@item nobreak-space 404@item nobreak-space
405The face for displaying the character ``nobreak space''. 405The face for displaying the character ``nobreak space.''
406@item escape-glyph 406@item escape-glyph
407The face for highlighting the @samp{\} or @samp{^} that indicates 407The face for highlighting the @samp{\} or @samp{^} that indicates
408a control character. It's also used when @samp{\} indicates a 408a control character. It's also used when @samp{\} indicates a
@@ -1062,7 +1062,7 @@ doesn't switch, so it uses the normal cursor.
1062@vindex cursor-in-non-selected-windows 1062@vindex cursor-in-non-selected-windows
1063 Normally, the cursor appears in non-selected windows in the ``off'' 1063 Normally, the cursor appears in non-selected windows in the ``off''
1064state, with the same appearance as when the blinking cursor blinks 1064state, with the same appearance as when the blinking cursor blinks
1065``off''. For a box cursor, this is a hollow box; for a bar cursor, 1065``off.'' For a box cursor, this is a hollow box; for a bar cursor,
1066this is a thinner bar. To turn off cursors in non-selected windows, 1066this is a thinner bar. To turn off cursors in non-selected windows,
1067customize the variable @code{cursor-in-non-selected-windows} and assign 1067customize the variable @code{cursor-in-non-selected-windows} and assign
1068it a @code{nil} value. 1068it a @code{nil} value.
diff --git a/man/doclicense.texi b/man/doclicense.texi
index a6b994ee4b0..14fb9926897 100644
--- a/man/doclicense.texi
+++ b/man/doclicense.texi
@@ -23,7 +23,7 @@ Secondarily, this License preserves for the author and publisher a way
23to get credit for their work, while not being considered responsible 23to get credit for their work, while not being considered responsible
24for modifications made by others. 24for modifications made by others.
25 25
26This License is a kind of ``copyleft'', which means that derivative 26This License is a kind of ``copyleft,'' which means that derivative
27works of the document must themselves be free in the same sense. It 27works of the document must themselves be free in the same sense. It
28complements the GNU General Public License, which is a copyleft 28complements the GNU General Public License, which is a copyleft
29license designed for free software. 29license designed for free software.
@@ -44,9 +44,9 @@ This License applies to any manual or other work, in any medium, that
44contains a notice placed by the copyright holder saying it can be 44contains a notice placed by the copyright holder saying it can be
45distributed under the terms of this License. Such a notice grants a 45distributed under the terms of this License. Such a notice grants a
46world-wide, royalty-free license, unlimited in duration, to use that 46world-wide, royalty-free license, unlimited in duration, to use that
47work under the conditions stated herein. The ``Document'', below, 47work under the conditions stated herein. The ``Document,'' below,
48refers to any such manual or work. Any member of the public is a 48refers to any such manual or work. Any member of the public is a
49licensee, and is addressed as ``you''. You accept the license if you 49licensee, and is addressed as ``you.'' You accept the license if you
50copy, modify or distribute the work in a way requiring permission 50copy, modify or distribute the work in a way requiring permission
51under copyright law. 51under copyright law.
52 52
@@ -113,8 +113,8 @@ preceding the beginning of the body of the text.
113A section ``Entitled XYZ'' means a named subunit of the Document whose 113A section ``Entitled XYZ'' means a named subunit of the Document whose
114title either is precisely XYZ or contains XYZ in parentheses following 114title either is precisely XYZ or contains XYZ in parentheses following
115text that translates XYZ in another language. (Here XYZ stands for a 115text that translates XYZ in another language. (Here XYZ stands for a
116specific section name mentioned below, such as ``Acknowledgements'', 116specific section name mentioned below, such as ``Acknowledgements,''
117``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title'' 117``Dedications,'' ``Endorsements,'' or ``History.'') To ``Preserve the Title''
118of such a section when you modify the Document means that it remains a 118of such a section when you modify the Document means that it remains a
119section ``Entitled XYZ'' according to this definition. 119section ``Entitled XYZ'' according to this definition.
120 120
@@ -210,7 +210,7 @@ F. Include, immediately after the copyright notices, a license notice
210G. Preserve in that license notice the full lists of Invariant Sections 210G. Preserve in that license notice the full lists of Invariant Sections
211 and required Cover Texts given in the Document's license notice.@* 211 and required Cover Texts given in the Document's license notice.@*
212H. Include an unaltered copy of this License.@* 212H. Include an unaltered copy of this License.@*
213I. Preserve the section Entitled ``History'', Preserve its Title, and add 213I. Preserve the section Entitled ``History,'' Preserve its Title, and add
214 to it an item stating at least the title, year, new authors, and 214 to it an item stating at least the title, year, new authors, and
215 publisher of the Modified Version as given on the Title Page. If 215 publisher of the Modified Version as given on the Title Page. If
216 there is no section Entitled ``History'' in the Document, create one 216 there is no section Entitled ``History'' in the Document, create one
@@ -224,7 +224,7 @@ J. Preserve the network location, if any, given in the Document for
224 You may omit a network location for a work that was published at 224 You may omit a network location for a work that was published at
225 least four years before the Document itself, or if the original 225 least four years before the Document itself, or if the original
226 publisher of the version it refers to gives permission.@* 226 publisher of the version it refers to gives permission.@*
227K. For any section Entitled ``Acknowledgements'' or ``Dedications'', 227K. For any section Entitled ``Acknowledgements'' or ``Dedications,''
228 Preserve the Title of the section, and preserve in the section all 228 Preserve the Title of the section, and preserve in the section all
229 the substance and tone of each of the contributor acknowledgements 229 the substance and tone of each of the contributor acknowledgements
230 and/or dedications given therein.@* 230 and/or dedications given therein.@*
@@ -244,7 +244,7 @@ of these sections as invariant. To do this, add their titles to the
244list of Invariant Sections in the Modified Version's license notice. 244list of Invariant Sections in the Modified Version's license notice.
245These titles must be distinct from any other section titles. 245These titles must be distinct from any other section titles.
246 246
247You may add a section Entitled ``Endorsements'', provided it contains 247You may add a section Entitled ``Endorsements,'' provided it contains
248nothing but endorsements of your Modified Version by various 248nothing but endorsements of your Modified Version by various
249parties--for example, statements of peer review or that the text has 249parties--for example, statements of peer review or that the text has
250been approved by an organization as the authoritative definition of a 250been approved by an organization as the authoritative definition of a
@@ -285,7 +285,7 @@ Invariant Sections in the license notice of the combined work.
285 285
286In the combination, you must combine any sections Entitled ``History'' 286In the combination, you must combine any sections Entitled ``History''
287in the various original documents, forming one section Entitled 287in the various original documents, forming one section Entitled
288``History''; likewise combine any sections Entitled ``Acknowledgements'', 288``History''; likewise combine any sections Entitled ``Acknowledgements,''
289and any sections Entitled ``Dedications.'' You must delete all sections 289and any sections Entitled ``Dedications.'' You must delete all sections
290Entitled ``Endorsements.'' 290Entitled ``Endorsements.''
291@sp 1 291@sp 1
@@ -339,8 +339,8 @@ of those notices and disclaimers. In case of a disagreement between
339the translation and the original version of this License or a notice 339the translation and the original version of this License or a notice
340or disclaimer, the original version will prevail. 340or disclaimer, the original version will prevail.
341 341
342If a section in the Document is Entitled ``Acknowledgements'', 342If a section in the Document is Entitled ``Acknowledgements,''
343``Dedications'', or ``History'', the requirement (section 4) to Preserve 343``Dedications,'' or ``History,'' the requirement (section 4) to Preserve
344its Title (section 1) will typically require changing the actual 344its Title (section 1) will typically require changing the actual
345title. 345title.
346@sp 1 346@sp 1
@@ -389,7 +389,7 @@ under the terms of the GNU Free Documentation License, Version 1.2
389or any later version published by the Free Software Foundation; 389or any later version published by the Free Software Foundation;
390with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. 390with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
391A copy of the license is included in the section entitled ``GNU 391A copy of the license is included in the section entitled ``GNU
392Free Documentation License''. 392Free Documentation License.''
393@end group 393@end group
394@end smallexample 394@end smallexample
395 395
diff --git a/man/emacs-xtra.texi b/man/emacs-xtra.texi
index 65625522298..2a6f0e73c02 100644
--- a/man/emacs-xtra.texi
+++ b/man/emacs-xtra.texi
@@ -17,7 +17,7 @@ Permission is granted to copy, distribute and/or modify this document
17under the terms of the GNU Free Documentation License, Version 1.2 or 17under the terms of the GNU Free Documentation License, Version 1.2 or
18any later version published by the Free Software Foundation; with no 18any later version published by the Free Software Foundation; with no
19Invariant Sections, with the Front-Cover texts being ``A GNU 19Invariant Sections, with the Front-Cover texts being ``A GNU
20Manual'', and with the Back-Cover Texts as in (a) below. A copy of the 20Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
21license is included in the section entitled ``GNU Free Documentation 21license is included in the section entitled ``GNU Free Documentation
22License'' in the Emacs manual. 22License'' in the Emacs manual.
23 23
diff --git a/man/emacs.texi b/man/emacs.texi
index b92d3f25205..5277a5cebbc 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -19,8 +19,8 @@ Foundation, Inc.
19Permission is granted to copy, distribute and/or modify this document 19Permission is granted to copy, distribute and/or modify this document
20under the terms of the GNU Free Documentation License, Version 1.2 or 20under the terms of the GNU Free Documentation License, Version 1.2 or
21any later version published by the Free Software Foundation; with the 21any later version published by the Free Software Foundation; with the
22Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and 22Invariant Sections being ``The GNU Manifesto,'' ``Distribution'' and
23``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU 23``GNU GENERAL PUBLIC LICENSE,'' with the Front-Cover texts being ``A GNU
24Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the 24Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
25license is included in the section entitled ``GNU Free Documentation 25license is included in the section entitled ``GNU Free Documentation
26License.'' 26License.''
diff --git a/man/faq.texi b/man/faq.texi
index d431dd360c0..7890c13a4d8 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -2481,7 +2481,7 @@ To move a menu option from one position to another, simply evaluate
2481 2481
2482More detailed information---and more examples of how to create and 2482More detailed information---and more examples of how to create and
2483modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under 2483modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under
2484``Menu Keymaps''. (@xref{Emacs Lisp documentation}, for information on 2484``Menu Keymaps.'' (@xref{Emacs Lisp documentation}, for information on
2485this manual.) 2485this manual.)
2486 2486
2487@node Deleting menus and menu options, Turning on syntax highlighting, Modifying pull-down menus, Common requests 2487@node Deleting menus and menu options, Turning on syntax highlighting, Modifying pull-down menus, Common requests
@@ -3395,7 +3395,7 @@ On OpenWindows, you may need to use @code{add_services} to add the
3395``OpenWindows Programmers'' optional software category from the CD-ROM. 3395``OpenWindows Programmers'' optional software category from the CD-ROM.
3396 3396
3397On HP-UX 8.0, you may need to run @code{update} again to load the 3397On HP-UX 8.0, you may need to run @code{update} again to load the
3398X11-PRG ``fileset''. This may be missing even if you specified ``all 3398X11-PRG ``fileset.'' This may be missing even if you specified ``all
3399filesets'' the first time. If @file{libcurses.a} is missing, you may 3399filesets'' the first time. If @file{libcurses.a} is missing, you may
3400need to load the ``Berkeley Development Option.'' 3400need to load the ``Berkeley Development Option.''
3401 3401
diff --git a/man/files.texi b/man/files.texi
index 80ea3f78dc4..9796ed67923 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2334,7 +2334,7 @@ diff-mode}.
2334 One general feature of Diff mode is that manual edits to the patch 2334 One general feature of Diff mode is that manual edits to the patch
2335automatically correct line numbers, including those in the hunk 2335automatically correct line numbers, including those in the hunk
2336header, so that you can actually apply the edited patch. Diff mode 2336header, so that you can actually apply the edited patch. Diff mode
2337treats each hunk location as an ``error message'', so that you can use 2337treats each hunk location as an ``error message,'' so that you can use
2338commands such as @kbd{C-x '} to visit the corresponding source 2338commands such as @kbd{C-x '} to visit the corresponding source
2339locations. It also provides the following commands to navigate, 2339locations. It also provides the following commands to navigate,
2340manipulate and apply parts of patches: 2340manipulate and apply parts of patches:
diff --git a/man/flymake.texi b/man/flymake.texi
index 62f3f90b658..3861fe70812 100644
--- a/man/flymake.texi
+++ b/man/flymake.texi
@@ -17,7 +17,7 @@ Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc.
17Permission is granted to copy, distribute and/or modify this document 17Permission is granted to copy, distribute and/or modify this document
18under the terms of the GNU Free Documentation License, Version 1.2 or 18under the terms of the GNU Free Documentation License, Version 1.2 or
19any later version published by the Free Software Foundation; with no 19any later version published by the Free Software Foundation; with no
20Invariant Sections, with the Front-Cover texts being ``A GNU Manual'', 20Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
21and with the Back-Cover Texts as in (a) below. A copy of the license 21and with the Back-Cover Texts as in (a) below. A copy of the license
22is included in the section entitled ``GNU Free Documentation License'' 22is included in the section entitled ``GNU Free Documentation License''
23in the Emacs manual. 23in the Emacs manual.
diff --git a/man/forms.texi b/man/forms.texi
index 561d77c8121..be78380335e 100644
--- a/man/forms.texi
+++ b/man/forms.texi
@@ -26,7 +26,7 @@ Permission is granted to copy, distribute and/or modify this document
26under the terms of the GNU Free Documentation License, Version 1.2 or 26under the terms of the GNU Free Documentation License, Version 1.2 or
27any later version published by the Free Software Foundation; with no 27any later version published by the Free Software Foundation; with no
28Invariant Sections, with the Front-Cover texts being ``A GNU 28Invariant Sections, with the Front-Cover texts being ``A GNU
29Manual'', and with the Back-Cover Texts as in (a) below. A copy of the 29Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
30license is included in the section entitled ``GNU Free Documentation 30license is included in the section entitled ``GNU Free Documentation
31License'' in the Emacs manual. 31License'' in the Emacs manual.
32 32
diff --git a/man/fortran-xtra.texi b/man/fortran-xtra.texi
index f157013f1d6..735404a0bf4 100644
--- a/man/fortran-xtra.texi
+++ b/man/fortran-xtra.texi
@@ -179,7 +179,7 @@ the Fortran standard counts from 1.) The variable
179@code{fortran-continuation-string} specifies what character to put in 179@code{fortran-continuation-string} specifies what character to put in
180column 5. A line that starts with a tab character followed by any digit 180column 5. A line that starts with a tab character followed by any digit
181except @samp{0} is also a continuation line. We call this style of 181except @samp{0} is also a continuation line. We call this style of
182continuation @dfn{tab format}. (Fortran90 introduced ``free format'', 182continuation @dfn{tab format}. (Fortran90 introduced ``free format,''
183with another style of continuation lines). 183with another style of continuation lines).
184 184
185@vindex indent-tabs-mode @r{(Fortran mode)} 185@vindex indent-tabs-mode @r{(Fortran mode)}
diff --git a/man/glossary.texi b/man/glossary.texi
index e2d2ad56832..0e0fd1b38f6 100644
--- a/man/glossary.texi
+++ b/man/glossary.texi
@@ -665,7 +665,7 @@ sequences of existing ones, with no need to write a Lisp program.
665@item Keyboard Shortcut 665@item Keyboard Shortcut
666A keyboard shortcut is a key sequence (q.v.@:) which invokes a 666A keyboard shortcut is a key sequence (q.v.@:) which invokes a
667command. What some programs call ``assigning a keyboard shortcut,'' 667command. What some programs call ``assigning a keyboard shortcut,''
668Emacs calls ``binding a key sequence''. See `binding.' 668Emacs calls ``binding a key sequence.'' See `binding.'
669 669
670@item Key Sequence 670@item Key Sequence
671A key sequence (key, for short) is a sequence of input events (q.v.@:) 671A key sequence (key, for short) is a sequence of input events (q.v.@:)
diff --git a/man/info.texi b/man/info.texi
index a13d276a2a5..adefd0f2e4a 100644
--- a/man/info.texi
+++ b/man/info.texi
@@ -22,7 +22,7 @@ Permission is granted to copy, distribute and/or modify this document
22under the terms of the GNU Free Documentation License, Version 1.2 or 22under the terms of the GNU Free Documentation License, Version 1.2 or
23any later version published by the Free Software Foundation; with no 23any later version published by the Free Software Foundation; with no
24Invariant Sections, with the Front-Cover texts being ``A GNU 24Invariant Sections, with the Front-Cover texts being ``A GNU
25Manual'', and with the Back-Cover Texts as in (a) below. A copy of the 25Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
26license is included in the section entitled ``GNU Free Documentation 26license is included in the section entitled ``GNU Free Documentation
27License'' in the Emacs manual. 27License'' in the Emacs manual.
28 28
@@ -687,7 +687,7 @@ ends the subtopic's brief name. You will see the subtopic's name
687change its appearance (usually, its background color will change), and 687change its appearance (usually, its background color will change), and
688the shape of the mouse pointer will change if your platform supports 688the shape of the mouse pointer will change if your platform supports
689that. After a while, if you leave the mouse on that spot, a small 689that. After a while, if you leave the mouse on that spot, a small
690window will pop up, saying ``Mouse-2: go to that node'', or the same 690window will pop up, saying ``Mouse-2: go to that node,'' or the same
691message may appear at the bottom of the screen. 691message may appear at the bottom of the screen.
692 692
693 @kbd{Mouse-2} is the second button of your mouse counting from the 693 @kbd{Mouse-2} is the second button of your mouse counting from the
@@ -1002,8 +1002,8 @@ area before looking at the node it displays.
1002if you are not sure how they are spelled in the index. For example, 1002if you are not sure how they are spelled in the index. For example,
1003suppose you want to find something that is pertinent to commands which 1003suppose you want to find something that is pertinent to commands which
1004complete partial input (e.g., when you type @key{TAB}). If you want 1004complete partial input (e.g., when you type @key{TAB}). If you want
1005to catch index entries that refer to ``complete'', ``completion'', and 1005to catch index entries that refer to ``complete,'' ``completion,'' and
1006``completing'', you could type @kbd{icomplet@key{RET}}. 1006``completing,'' you could type @kbd{icomplet@key{RET}}.
1007 1007
1008 Info documents which describe programs should index the commands, 1008 Info documents which describe programs should index the commands,
1009options, and key sequences that the program provides. If you are 1009options, and key sequences that the program provides. If you are
@@ -1264,7 +1264,7 @@ in the names is insignificant.
1264what appears after the @samp{Node: } in that node's first line. For 1264what appears after the @samp{Node: } in that node's first line. For
1265example, this node's name is @samp{Add}. A node in another file is 1265example, this node's name is @samp{Add}. A node in another file is
1266named by @samp{(@var{filename})@var{node-within-file}}, as in 1266named by @samp{(@var{filename})@var{node-within-file}}, as in
1267@samp{(info)Add} for this node. If the file name starts with ``./'', 1267@samp{(info)Add} for this node. If the file name starts with @samp{./},
1268then it is relative to the current directory; otherwise, it is 1268then it is relative to the current directory; otherwise, it is
1269relative starting from the standard directory for Info files of your 1269relative starting from the standard directory for Info files of your
1270site. The name @samp{(@var{filename})Top} can be abbreviated to just 1270site. The name @samp{(@var{filename})Top} can be abbreviated to just
@@ -1322,7 +1322,7 @@ short abbreviations. In a long menu, it is a good idea to capitalize
1322the beginning of each item name which is the minimum acceptable 1322the beginning of each item name which is the minimum acceptable
1323abbreviation for it (a long menu is more than 5 or so entries). 1323abbreviation for it (a long menu is more than 5 or so entries).
1324 1324
1325 The nodes listed in a node's menu are called its ``subnodes'', and it 1325 The nodes listed in a node's menu are called its ``subnodes,'' and it
1326is their ``superior''. They should each have an @samp{Up:} pointing at 1326is their ``superior''. They should each have an @samp{Up:} pointing at
1327the superior. It is often useful to arrange all or most of the subnodes 1327the superior. It is often useful to arrange all or most of the subnodes
1328in a sequence of @samp{Next} and @samp{Previous} pointers so that 1328in a sequence of @samp{Next} and @samp{Previous} pointers so that
@@ -1336,7 +1336,7 @@ Info's files live in that file directory, but they do not have to; and
1336files in that directory are not automatically listed in the Info 1336files in that directory are not automatically listed in the Info
1337Directory node. 1337Directory node.
1338 1338
1339 Also, although the Info node graph is claimed to be a ``hierarchy'', 1339 Also, although the Info node graph is claimed to be a ``hierarchy,''
1340in fact it can be @emph{any} directed graph. Shared structures and 1340in fact it can be @emph{any} directed graph. Shared structures and
1341pointer cycles are perfectly possible, and can be used if they are 1341pointer cycles are perfectly possible, and can be used if they are
1342appropriate to the meaning to be expressed. There is no need for all 1342appropriate to the meaning to be expressed. There is no need for all
diff --git a/man/killing.texi b/man/killing.texi
index 0a1badcffe7..4be77e2d6f8 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -293,7 +293,7 @@ Replace text just yanked with an earlier batch of killed text
293(@code{yank-pop}). 293(@code{yank-pop}).
294@item M-w 294@item M-w
295Save region as last killed text without actually killing it 295Save region as last killed text without actually killing it
296(@code{kill-ring-save}). Some systems call this ``copying''. 296(@code{kill-ring-save}). Some systems call this ``copying.''
297@item C-M-w 297@item C-M-w
298Append next kill to last batch of killed text (@code{append-next-kill}). 298Append next kill to last batch of killed text (@code{append-next-kill}).
299@end table 299@end table
diff --git a/man/kmacro.texi b/man/kmacro.texi
index 7f14c40a95b..66b8c2d4588 100644
--- a/man/kmacro.texi
+++ b/man/kmacro.texi
@@ -173,7 +173,7 @@ beginning of the line and then executing the macro.
173@node Keyboard Macro Ring 173@node Keyboard Macro Ring
174@section The Keyboard Macro Ring 174@section The Keyboard Macro Ring
175 175
176 All defined keyboard macros are recorded in the ``keyboard macro ring'', 176 All defined keyboard macros are recorded in the ``keyboard macro ring,''
177a list of sequences of keys. There is only one keyboard macro ring, 177a list of sequences of keys. There is only one keyboard macro ring,
178shared by all buffers. 178shared by all buffers.
179 179
diff --git a/man/misc.texi b/man/misc.texi
index 28668a30e67..6f6d448bc7d 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -2377,7 +2377,7 @@ or through an external viewer.
2377 To enter Tumme, type @kbd{M-x tumme}. It prompts for a directory; 2377 To enter Tumme, type @kbd{M-x tumme}. It prompts for a directory;
2378specify one that has images files. This creates thumbnails for all 2378specify one that has images files. This creates thumbnails for all
2379the images in that directory, and displays them all in the ``thumbnail 2379the images in that directory, and displays them all in the ``thumbnail
2380buffer''. This takes a long time if the directory contains many image 2380buffer.'' This takes a long time if the directory contains many image
2381files, and it asks for confirmation if the number of image files 2381files, and it asks for confirmation if the number of image files
2382exceeds @code{tumme-show-all-from-dir-max-files}. 2382exceeds @code{tumme-show-all-from-dir-max-files}.
2383 2383
diff --git a/man/org.texi b/man/org.texi
index 054c2b28053..3e327279726 100644
--- a/man/org.texi
+++ b/man/org.texi
@@ -2160,7 +2160,7 @@ If you define many keywords, you can use in-buffer completion (see
2160 2160
2161The second possibility is to use TODO keywords to indicate different 2161The second possibility is to use TODO keywords to indicate different
2162types of action items. For example, you might want to indicate that 2162types of action items. For example, you might want to indicate that
2163items are for ``work'' or ``home''. If you are into David Allen's 2163items are for ``work'' or ``home.'' If you are into David Allen's
2164@emph{Getting Things DONE}, you might want to use todo types 2164@emph{Getting Things DONE}, you might want to use todo types
2165@samp{NEXTACTION}, @samp{WAITING}, @samp{MAYBE}. Or, when you work 2165@samp{NEXTACTION}, @samp{WAITING}, @samp{MAYBE}. Or, when you work
2166with several people on a single project, you might want to assign 2166with several people on a single project, you might want to assign
diff --git a/man/pgg.texi b/man/pgg.texi
index b8934b526e3..23bcd5cbb1e 100644
--- a/man/pgg.texi
+++ b/man/pgg.texi
@@ -17,7 +17,7 @@ under the terms of the GNU Free Documentation License, Version 1.2 or
17any later version published by the Free Software Foundation; with no 17any later version published by the Free Software Foundation; with no
18Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 18Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
19Texts. A copy of the license is included in the section entitled ``GNU 19Texts. A copy of the license is included in the section entitled ``GNU
20Free Documentation License''. 20Free Documentation License.''
21@end quotation 21@end quotation
22@end copying 22@end copying
23 23
diff --git a/man/programs.texi b/man/programs.texi
index 70198ad1e99..17aa9c9cb12 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1117,7 +1117,7 @@ You can also use @kbd{M-x info-lookup-file} to look for documentation
1117for a file name. 1117for a file name.
1118 1118
1119 If you use @kbd{C-h S} in a major mode that does not support it, 1119 If you use @kbd{C-h S} in a major mode that does not support it,
1120it asks you to specify the ``symbol help mode''. You should enter 1120it asks you to specify the ``symbol help mode.'' You should enter
1121a command such as @code{c-mode} that would select a major 1121a command such as @code{c-mode} that would select a major
1122mode which @kbd{C-h S} does support. 1122mode which @kbd{C-h S} does support.
1123 1123
diff --git a/man/search.texi b/man/search.texi
index 0a8a46ffb26..978eb4a1d13 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -1010,7 +1010,7 @@ it can refer to all or part of what is matched by the @var{regexp}.
1010@samp{\&} in @var{newstring} stands for the entire match being 1010@samp{\&} in @var{newstring} stands for the entire match being
1011replaced. @samp{\@var{d}} in @var{newstring}, where @var{d} is a 1011replaced. @samp{\@var{d}} in @var{newstring}, where @var{d} is a
1012digit, stands for whatever matched the @var{d}th parenthesized 1012digit, stands for whatever matched the @var{d}th parenthesized
1013grouping in @var{regexp}. (This is called a ``back reference''.) 1013grouping in @var{regexp}. (This is called a ``back reference.'')
1014@samp{\#} refers to the count of replacements already made in this 1014@samp{\#} refers to the count of replacements already made in this
1015command, as a decimal number. In the first replacement, @samp{\#} 1015command, as a decimal number. In the first replacement, @samp{\#}
1016stands for @samp{0}; in the second, for @samp{1}; and so on. For 1016stands for @samp{0}; in the second, for @samp{1}; and so on. For
diff --git a/man/xresmini.texi b/man/xresmini.texi
index 7dc66d1e185..7820793369f 100644
--- a/man/xresmini.texi
+++ b/man/xresmini.texi
@@ -11,12 +11,12 @@ can customize some of the same aspects using the system registry.
11@xref{MS-Windows Registry}. Likewise, Emacs on MacOS Carbon emulates X 11@xref{MS-Windows Registry}. Likewise, Emacs on MacOS Carbon emulates X
12resources using the Preferences system. @xref{Mac Environment Variables}. 12resources using the Preferences system. @xref{Mac Environment Variables}.
13 13
14 When Emacs is built using an ``X toolkit'', such as Lucid or 14 When Emacs is built using an ``X toolkit,'' such as Lucid or
15LessTif, you need to use X resources to customize the appearance of 15LessTif, you need to use X resources to customize the appearance of
16the widgets, including the menu-bar, scroll-bar, and dialog boxes. 16the widgets, including the menu-bar, scroll-bar, and dialog boxes.
17This is because the libraries that implement these don't provide for 17This is because the libraries that implement these don't provide for
18customization through Emacs. GTK+ widgets use a separate system of 18customization through Emacs. GTK+ widgets use a separate system of
19``GTK resources''. In this chapter we describe the most commonly used 19``GTK resources.'' In this chapter we describe the most commonly used
20resource specifications. For full documentation, see the online 20resource specifications. For full documentation, see the online
21manual. 21manual.
22 22
diff --git a/man/xresources.texi b/man/xresources.texi
index 5f027a4ad4a..ec4b663365d 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -951,7 +951,7 @@ where @var{r}, @var{g} and @var{b} are either integers in the range
9510-65535 or floats in the range 0.0-1.0. 9510-65535 or floats in the range 0.0-1.0.
952 952
953 Pango font names have the form ``@var{family-list} @var{style-options} 953 Pango font names have the form ``@var{family-list} @var{style-options}
954@var{size}''. 954@var{size}.''
955@cindex Pango font name 955@cindex Pango font name
956@noindent 956@noindent
957@var{family-list} is a comma separated list of font families optionally 957@var{family-list} is a comma separated list of font families optionally
@@ -964,7 +964,7 @@ an X font name, for example in
964@end smallexample 964@end smallexample
965 965
966@noindent 966@noindent
967the family name is ``times''. 967the family name is ``times.''
968 968
969@noindent 969@noindent
970@var{style-options} is a whitespace separated list of words where each word 970@var{style-options} is a whitespace separated list of words where each word