aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-09-04 13:31:41 -0700
committerPaul Eggert2015-09-04 13:32:18 -0700
commit8a6260e1e14ab1523c195001454c98aaa044ea64 (patch)
tree36bdb78d5615a54eefc1e6c24af8d57be283883d
parent262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff)
downloademacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz
emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip
Fix minor problems with " in manual
-rw-r--r--doc/emacs/custom.texi2
-rw-r--r--doc/emacs/emacs.texi20
-rw-r--r--doc/emacs/files.texi2
-rw-r--r--doc/emacs/help.texi2
-rw-r--r--doc/emacs/picture-xtra.texi2
-rw-r--r--doc/emacs/search.texi4
-rw-r--r--doc/emacs/text.texi4
-rw-r--r--doc/emacs/trouble.texi8
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
-rw-r--r--doc/lispref/anti.texi4
-rw-r--r--doc/lispref/buffers.texi2
-rw-r--r--doc/lispref/elisp.texi14
-rw-r--r--doc/lispref/eval.texi2
-rw-r--r--doc/lispref/files.texi4
-rw-r--r--doc/lispref/loading.texi2
-rw-r--r--doc/lispref/markers.texi4
-rw-r--r--doc/lispref/os.texi2
-rw-r--r--doc/lispref/strings.texi14
-rw-r--r--doc/lispref/text.texi2
-rw-r--r--doc/lispref/variables.texi2
-rw-r--r--doc/misc/ert.texi2
-rw-r--r--doc/misc/gnus-faq.texi16
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/viper.texi2
24 files changed, 60 insertions, 60 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index a2bea2463e7..43c61d769c7 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -28,7 +28,7 @@ Reference Manual}.
28 to decide what to do; by setting variables, 28 to decide what to do; by setting variables,
29 you can control their functioning. 29 you can control their functioning.
30* Key Bindings:: The keymaps say what command each key runs. 30* Key Bindings:: The keymaps say what command each key runs.
31 By changing them, you can "redefine keys". 31 By changing them, you can ``redefine keys''.
32* Init File:: How to write common customizations in the 32* Init File:: How to write common customizations in the
33 initialization file. 33 initialization file.
34@end menu 34@end menu
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 5f53f9bf1dd..ec82a071001 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -160,7 +160,7 @@ Fundamental Editing Commands
160* Help:: Commands for asking Emacs about its commands. 160* Help:: Commands for asking Emacs about its commands.
161 161
162Important Text-Changing Commands 162Important Text-Changing Commands
163* Mark:: The mark: how to delimit a "region" of text. 163* Mark:: The mark: how to delimit a ``region'' of text.
164* Killing:: Killing (cutting) and yanking (copying) text. 164* Killing:: Killing (cutting) and yanking (copying) text.
165* Registers:: Saving a text string or a location in the buffer. 165* Registers:: Saving a text string or a location in the buffer.
166* Display:: Controlling what text is displayed. 166* Display:: Controlling what text is displayed.
@@ -172,7 +172,7 @@ Major Structures of Emacs
172* Files:: All about handling files. 172* Files:: All about handling files.
173* Buffers:: Multiple buffers; editing several files at once. 173* Buffers:: Multiple buffers; editing several files at once.
174* Windows:: Viewing multiple pieces of text in one frame. 174* Windows:: Viewing multiple pieces of text in one frame.
175* Frames:: Using multiple "windows" on your display. 175* Frames:: Using multiple ``windows'' on your display.
176* International:: Using non-@acronym{ASCII} character sets. 176* International:: Using non-@acronym{ASCII} character sets.
177 177
178Advanced Features 178Advanced Features
@@ -200,7 +200,7 @@ Advanced Features
200@end ifnottex 200@end ifnottex
201* Editing Binary Files:: Editing binary files with Hexl mode. 201* Editing Binary Files:: Editing binary files with Hexl mode.
202* Saving Emacs Sessions:: Saving Emacs state from one session to the next. 202* Saving Emacs Sessions:: Saving Emacs state from one session to the next.
203* Recursive Edit:: Performing edits while "within another command". 203* Recursive Edit:: Performing edits while ``within another command''.
204* Hyperlinking:: Following links in buffers. 204* Hyperlinking:: Following links in buffers.
205* Amusements:: Various games and hacks. 205* Amusements:: Various games and hacks.
206* Packages:: Installing additional features. 206* Packages:: Installing additional features.
@@ -301,7 +301,7 @@ Help
301* Language Help:: Help relating to international language support. 301* Language Help:: Help relating to international language support.
302* Misc Help:: Other help commands. 302* Misc Help:: Other help commands.
303* Help Files:: Commands to display auxiliary help files. 303* Help Files:: Commands to display auxiliary help files.
304* Help Echo:: Help on active text and tooltips ("balloon help"). 304* Help Echo:: Help on active text and tooltips (``balloon help'').
305 305
306The Mark and the Region 306The Mark and the Region
307 307
@@ -337,7 +337,7 @@ Yanking
337* Earlier Kills:: Yanking something killed some time ago. 337* Earlier Kills:: Yanking something killed some time ago.
338* Appending Kills:: Several kills in a row all yank together. 338* Appending Kills:: Several kills in a row all yank together.
339 339
340"Cut and Paste" Operations on Graphical Displays 340``Cut and Paste'' Operations on Graphical Displays
341 341
342* Clipboard:: How Emacs uses the system clipboard. 342* Clipboard:: How Emacs uses the system clipboard.
343* Primary Selection:: The temporarily selected text selection. 343* Primary Selection:: The temporarily selected text selection.
@@ -464,7 +464,7 @@ Saving Files
464* Customize Save:: Customizing the saving of files. 464* Customize Save:: Customizing the saving of files.
465* Interlocking:: How Emacs protects against simultaneous editing 465* Interlocking:: How Emacs protects against simultaneous editing
466 of one file by two users. 466 of one file by two users.
467* File Shadowing:: Copying files to "shadows" automatically. 467* File Shadowing:: Copying files to ``shadows'' automatically.
468* Time Stamps:: Emacs can update time stamps on saved files. 468* Time Stamps:: Emacs can update time stamps on saved files.
469 469
470Backup Files 470Backup Files
@@ -597,7 +597,7 @@ Commands for Human Languages
597* TeX Mode:: Editing TeX and LaTeX files. 597* TeX Mode:: Editing TeX and LaTeX files.
598* HTML Mode:: Editing HTML and SGML files. 598* HTML Mode:: Editing HTML and SGML files.
599* Nroff Mode:: Editing input to the nroff formatter. 599* Nroff Mode:: Editing input to the nroff formatter.
600* Enriched Text:: Editing text "enriched" with fonts, colors, etc. 600* Enriched Text:: Editing text ``enriched'' with fonts, colors, etc.
601* Text Based Tables:: Commands for editing text-based tables. 601* Text Based Tables:: Commands for editing text-based tables.
602* Two-Column:: Splitting text columns into separate windows. 602* Two-Column:: Splitting text columns into separate windows.
603 603
@@ -638,7 +638,7 @@ Enriched Text
638* Enriched Indentation:: Changing the left and right margins. 638* Enriched Indentation:: Changing the left and right margins.
639* Enriched Justification:: Centering, setting text flush with the 639* Enriched Justification:: Centering, setting text flush with the
640 left or right margin, etc. 640 left or right margin, etc.
641* Enriched Properties:: The "special" text properties submenu. 641* Enriched Properties:: The ``special'' text properties submenu.
642 642
643@c The automatic texinfo menu update inserts some duplicate items here 643@c The automatic texinfo menu update inserts some duplicate items here
644@c (faces, colors, indentation, justification, properties), because 644@c (faces, colors, indentation, justification, properties), because
@@ -895,7 +895,7 @@ Editing Pictures
895 895
896* Basic Picture:: Basic concepts and simple commands of Picture Mode. 896* Basic Picture:: Basic concepts and simple commands of Picture Mode.
897* Insert in Picture:: Controlling direction of cursor motion 897* Insert in Picture:: Controlling direction of cursor motion
898 after "self-inserting" characters. 898 after ``self-inserting'' characters.
899* Tabs in Picture:: Various features for tab stops and indentation. 899* Tabs in Picture:: Various features for tab stops and indentation.
900* Rectangles in Picture:: Clearing and superimposing rectangles. 900* Rectangles in Picture:: Clearing and superimposing rectangles.
901@end ifnottex 901@end ifnottex
@@ -1092,7 +1092,7 @@ Customization
1092 to decide what to do; by setting variables, 1092 to decide what to do; by setting variables,
1093 you can control their functioning. 1093 you can control their functioning.
1094* Key Bindings:: The keymaps say what command each key runs. 1094* Key Bindings:: The keymaps say what command each key runs.
1095 By changing them, you can "redefine" keys. 1095 By changing them, you can ``redefine'' keys.
1096* Init File:: How to write common customizations in the 1096* Init File:: How to write common customizations in the
1097 initialization file. 1097 initialization file.
1098 1098
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 6ff59b42c73..5985d8b840e 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -340,7 +340,7 @@ that was visited in the buffer.
340* Customize Save:: Customizing the saving of files. 340* Customize Save:: Customizing the saving of files.
341* Interlocking:: How Emacs protects against simultaneous editing 341* Interlocking:: How Emacs protects against simultaneous editing
342 of one file by two users. 342 of one file by two users.
343* Shadowing: File Shadowing. Copying files to "shadows" automatically. 343* Shadowing: File Shadowing. Copying files to ``shadows'' automatically.
344* Time Stamps:: Emacs can update time stamps on saved files. 344* Time Stamps:: Emacs can update time stamps on saved files.
345@end menu 345@end menu
346 346
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 5129c1c005c..69842500e92 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -72,7 +72,7 @@ inputs, but they all support @key{F1}.)
72* Language Help:: Help relating to international language support. 72* Language Help:: Help relating to international language support.
73* Misc Help:: Other help commands. 73* Misc Help:: Other help commands.
74* Help Files:: Commands to display auxiliary help files. 74* Help Files:: Commands to display auxiliary help files.
75* Help Echo:: Help on active text and tooltips ("balloon help"). 75* Help Echo:: Help on active text and tooltips (``balloon help'').
76@end menu 76@end menu
77 77
78@iftex 78@iftex
diff --git a/doc/emacs/picture-xtra.texi b/doc/emacs/picture-xtra.texi
index 6be84bd083d..a9ad2d5d2e3 100644
--- a/doc/emacs/picture-xtra.texi
+++ b/doc/emacs/picture-xtra.texi
@@ -53,7 +53,7 @@ Additional extensions to Picture mode can be found in
53@menu 53@menu
54* Basic Picture:: Basic concepts and simple commands of Picture Mode. 54* Basic Picture:: Basic concepts and simple commands of Picture Mode.
55* Insert in Picture:: Controlling direction of cursor motion 55* Insert in Picture:: Controlling direction of cursor motion
56 after "self-inserting" characters. 56 after ``self-inserting'' characters.
57* Tabs in Picture:: Various features for tab stops and indentation. 57* Tabs in Picture:: Various features for tab stops and indentation.
58* Rectangles in Picture:: Clearing and superimposing rectangles. 58* Rectangles in Picture:: Clearing and superimposing rectangles.
59@end menu 59@end menu
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 34d4e8f54cb..a0dfe226324 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1342,13 +1342,13 @@ to replace all remaining occurrences without asking again.
1342to replace all remaining occurrences in all remaining buffers in 1342to replace all remaining occurrences in all remaining buffers in
1343multi-buffer replacements (like the Dired @key{Q} command that performs 1343multi-buffer replacements (like the Dired @key{Q} command that performs
1344query replace on selected files). It answers this question and all 1344query replace on selected files). It answers this question and all
1345subsequent questions in the series with "yes", without further 1345subsequent questions in the series with ``yes'', without further
1346user interaction. 1346user interaction.
1347 1347
1348@item N @r{(Upper-case)} 1348@item N @r{(Upper-case)}
1349to skip to the next buffer in multi-buffer replacements without 1349to skip to the next buffer in multi-buffer replacements without
1350replacing remaining occurrences in the current buffer. It answers 1350replacing remaining occurrences in the current buffer. It answers
1351this question "no", gives up on the questions for the current buffer, 1351this question ``no'', gives up on the questions for the current buffer,
1352and continues to the next buffer in the sequence. 1352and continues to the next buffer in the sequence.
1353 1353
1354@item ^ 1354@item ^
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 31760b70b4c..389ef5ec8d6 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -78,7 +78,7 @@ for editing such pictures.
78* TeX Mode:: Editing TeX and LaTeX files. 78* TeX Mode:: Editing TeX and LaTeX files.
79* HTML Mode:: Editing HTML and SGML files. 79* HTML Mode:: Editing HTML and SGML files.
80* Nroff Mode:: Editing input to the nroff formatter. 80* Nroff Mode:: Editing input to the nroff formatter.
81* Enriched Text:: Editing text "enriched" with fonts, colors, etc. 81* Enriched Text:: Editing text ``enriched'' with fonts, colors, etc.
82* Text Based Tables:: Commands for editing text-based tables. 82* Text Based Tables:: Commands for editing text-based tables.
83* Two-Column:: Splitting text columns into separate windows. 83* Two-Column:: Splitting text columns into separate windows.
84@end menu 84@end menu
@@ -2072,7 +2072,7 @@ serves as an example of the features of Enriched mode.
2072* Enriched Indentation:: Changing the left and right margins. 2072* Enriched Indentation:: Changing the left and right margins.
2073* Enriched Justification:: Centering, setting text flush with the 2073* Enriched Justification:: Centering, setting text flush with the
2074 left or right margin, etc. 2074 left or right margin, etc.
2075* Enriched Properties:: The "special" text properties submenu. 2075* Enriched Properties:: The ``special'' text properties submenu.
2076@end menu 2076@end menu
2077 2077
2078@node Enriched Mode 2078@node Enriched Mode
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index fc01a97e889..2233376755a 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -1345,16 +1345,16 @@ Emacs has additional style and coding conventions:
1345@item 1345@item
1346@ifset WWW_GNU_ORG 1346@ifset WWW_GNU_ORG
1347@ifhtml 1347@ifhtml
1348the "Tips" Appendix in the Emacs Lisp Reference 1348the ``Tips'' Appendix in the Emacs Lisp Reference
1349@url{http://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html}. 1349@url{http://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html}.
1350@end ifhtml 1350@end ifhtml
1351@ifnothtml 1351@ifnothtml
1352@xref{Tips, "Tips" Appendix in the Emacs Lisp Reference, Tips 1352@xref{Tips, ``Tips'' Appendix in the Emacs Lisp Reference, Tips
1353Appendix, elisp, Emacs Lisp Reference}. 1353Appendix, elisp, Emacs Lisp Reference}.
1354@end ifnothtml 1354@end ifnothtml
1355@end ifset 1355@end ifset
1356@ifclear WWW_GNU_ORG 1356@ifclear WWW_GNU_ORG
1357@xref{Tips, "Tips" Appendix in the Emacs Lisp Reference, Tips 1357@xref{Tips, ``Tips'' Appendix in the Emacs Lisp Reference, Tips
1358Appendix, elisp, Emacs Lisp Reference}. 1358Appendix, elisp, Emacs Lisp Reference}.
1359@end ifclear 1359@end ifclear
1360 1360
@@ -1398,7 +1398,7 @@ See gnu-misc-discuss instead.)
1398 1398
1399A copyright disclaimer is also a possibility, but we prefer an assignment. 1399A copyright disclaimer is also a possibility, but we prefer an assignment.
1400Note that the disclaimer, like an assignment, involves you sending 1400Note that the disclaimer, like an assignment, involves you sending
1401signed paperwork to the FSF (simply saying "this is in the public domain" 1401signed paperwork to the FSF (simply saying ``this is in the public domain''
1402is not enough). Also, a disclaimer cannot be applied to future work, it 1402is not enough). Also, a disclaimer cannot be applied to future work, it
1403has to be repeated each time you want to send something new. 1403has to be repeated each time you want to send something new.
1404 1404
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 3ac24183078..5ad5f267857 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -13947,7 +13947,7 @@ What happens is this: the search is limited to the region, and fails
13947as you expect because there are no word-constituent characters in the 13947as you expect because there are no word-constituent characters in the
13948region. Since it fails, we receive an error message. But we do not 13948region. Since it fails, we receive an error message. But we do not
13949want to receive an error message in this case; we want to receive the 13949want to receive an error message in this case; we want to receive the
13950message that "The region does NOT have any words." 13950message ``The region does NOT have any words.''
13951 13951
13952The solution to this problem is to provide @code{re-search-forward} 13952The solution to this problem is to provide @code{re-search-forward}
13953with a third argument of @code{t}, which causes the function to return 13953with a third argument of @code{t}, which causes the function to return
diff --git a/doc/lispref/anti.texi b/doc/lispref/anti.texi
index c1773aa6e9b..2784fd9b3b1 100644
--- a/doc/lispref/anti.texi
+++ b/doc/lispref/anti.texi
@@ -56,8 +56,8 @@ there is no need to worry about the insertion of right-to-left text
56messing up how lines and paragraphs are displayed, the function 56messing up how lines and paragraphs are displayed, the function
57@code{bidi-string-mark-left-to-right} has been removed; so have many 57@code{bidi-string-mark-left-to-right} has been removed; so have many
58other functions and variables related to bidirectional display. 58other functions and variables related to bidirectional display.
59Unicode directionality characters like @code{U+200E} ("left-to-right 59Unicode directionality characters like @code{U+200E} LEFT-TO-RIGHT
60mark") have no special effect on display. 60MARK have no special effect on display.
61 61
62@item 62@item
63Emacs windows now have most of their internal state hidden from Lisp. 63Emacs windows now have most of their internal state hidden from Lisp.
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 49bfe82a3e1..71261e08db7 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -23,7 +23,7 @@ not be displayed in any windows.
23* Buffer File Name:: The buffer file name indicates which file is visited. 23* Buffer File Name:: The buffer file name indicates which file is visited.
24* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. 24* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
25* Modification Time:: Determining whether the visited file was changed 25* Modification Time:: Determining whether the visited file was changed
26 "behind Emacs's back". 26 ``behind Emacs's back''.
27* Read Only Buffers:: Modifying text is not allowed in a read-only buffer. 27* Read Only Buffers:: Modifying text is not allowed in a read-only buffer.
28* Buffer List:: How to look at all the existing buffers. 28* Buffer List:: How to look at all the existing buffers.
29* Creating Buffers:: Functions that create buffers. 29* Creating Buffers:: Functions that create buffers.
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 9044fbaec56..7b2b68a4fa6 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -453,7 +453,7 @@ Kinds of Forms
453 we find the real function via the symbol. 453 we find the real function via the symbol.
454* Function Forms:: Forms that call functions. 454* Function Forms:: Forms that call functions.
455* Macro Forms:: Forms that call macros. 455* Macro Forms:: Forms that call macros.
456* Special Forms:: "Special forms" are idiosyncratic primitives, 456* Special Forms:: ``Special forms'' are idiosyncratic primitives,
457 most of them extremely important. 457 most of them extremely important.
458* Autoloading:: Functions set up to load files 458* Autoloading:: Functions set up to load files
459 containing their real definitions. 459 containing their real definitions.
@@ -485,7 +485,7 @@ Errors
485Variables 485Variables
486 486
487* Global Variables:: Variable values that exist permanently, everywhere. 487* Global Variables:: Variable values that exist permanently, everywhere.
488* Constant Variables:: Certain "variables" have values that never change. 488* Constant Variables:: Certain ``variables'' have values that never change.
489* Local Variables:: Variable values that exist only temporarily. 489* Local Variables:: Variable values that exist only temporarily.
490* Void Variables:: Symbols that lack values. 490* Void Variables:: Symbols that lack values.
491* Defining Variables:: A definition says a symbol is used as a variable. 491* Defining Variables:: A definition says a symbol is used as a variable.
@@ -599,7 +599,7 @@ Loading
599* Repeated Loading:: Precautions about loading a file twice. 599* Repeated Loading:: Precautions about loading a file twice.
600* Named Features:: Loading a library if it isn't already loaded. 600* Named Features:: Loading a library if it isn't already loaded.
601* Where Defined:: Finding which file defined a certain symbol. 601* Where Defined:: Finding which file defined a certain symbol.
602* Unloading:: How to "unload" a library that was loaded. 602* Unloading:: How to ``unload'' a library that was loaded.
603* Hooks for Loading:: Providing code to be run when 603* Hooks for Loading:: Providing code to be run when
604 particular libraries are loaded. 604 particular libraries are loaded.
605 605
@@ -990,7 +990,7 @@ Buffers
990 is visited. 990 is visited.
991* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. 991* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
992* Modification Time:: Determining whether the visited file was changed 992* Modification Time:: Determining whether the visited file was changed
993 "behind Emacs's back". 993 ``behind Emacs's back''.
994* Read Only Buffers:: Modifying text is not allowed in a 994* Read Only Buffers:: Modifying text is not allowed in a
995 read-only buffer. 995 read-only buffer.
996* Buffer List:: How to look at all the existing buffers. 996* Buffer List:: How to look at all the existing buffers.
@@ -1117,8 +1117,8 @@ Markers
1117* Marker Insertion Types:: Two ways a marker can relocate when you 1117* Marker Insertion Types:: Two ways a marker can relocate when you
1118 insert where it points. 1118 insert where it points.
1119* Moving Markers:: Moving the marker to a new buffer or position. 1119* Moving Markers:: Moving the marker to a new buffer or position.
1120* The Mark:: How "the mark" is implemented with a marker. 1120* The Mark:: How ``the mark'' is implemented with a marker.
1121* The Region:: How to access "the region". 1121* The Region:: How to access ``the region''.
1122 1122
1123Text 1123Text
1124 1124
@@ -1152,7 +1152,7 @@ Text
1152* Base 64:: Conversion to or from base 64 encoding. 1152* Base 64:: Conversion to or from base 64 encoding.
1153* Checksum/Hash:: Computing cryptographic hashes. 1153* Checksum/Hash:: Computing cryptographic hashes.
1154* Parsing HTML/XML:: Parsing HTML and XML. 1154* Parsing HTML/XML:: Parsing HTML and XML.
1155* Atomic Changes:: Installing several buffer changes "atomically". 1155* Atomic Changes:: Installing several buffer changes ``atomically''.
1156* Change Hooks:: Supplying functions to be run when text is changed. 1156* Change Hooks:: Supplying functions to be run when text is changed.
1157 1157
1158The Kill Ring 1158The Kill Ring
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index a185da7086f..f253e7007b4 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -116,7 +116,7 @@ with the ``all other types'' which are self-evaluating forms.
116 we find the real function via the symbol. 116 we find the real function via the symbol.
117* Function Forms:: Forms that call functions. 117* Function Forms:: Forms that call functions.
118* Macro Forms:: Forms that call macros. 118* Macro Forms:: Forms that call macros.
119* Special Forms:: "Special forms" are idiosyncratic primitives, 119* Special Forms:: ``Special forms'' are idiosyncratic primitives,
120 most of them extremely important. 120 most of them extremely important.
121* Autoloading:: Functions set up to load files 121* Autoloading:: Functions set up to load files
122 containing their real definitions. 122 containing their real definitions.
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index f4c9abd5468..91b0c96071e 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1291,10 +1291,10 @@ has only one name (the name @file{files.texi} in the current default
1291directory). 1291directory).
1292 1292
1293@item "lh" 1293@item "lh"
1294is owned by the user with name "lh". 1294is owned by the user with name @samp{lh}.
1295 1295
1296@item "users" 1296@item "users"
1297is in the group with name "users". 1297is in the group with name @samp{users}.
1298 1298
1299@item (20614 64019 50040 152000) 1299@item (20614 64019 50040 152000)
1300was last accessed on October 23, 2012, at 20:12:03.050040152 UTC. 1300was last accessed on October 23, 2012, at 20:12:03.050040152 UTC.
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index fc1def60207..91dc9a95390 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -40,7 +40,7 @@ For on-demand loading of external libraries, @pxref{Dynamic Libraries}.
40* Repeated Loading:: Precautions about loading a file twice. 40* Repeated Loading:: Precautions about loading a file twice.
41* Named Features:: Loading a library if it isn't already loaded. 41* Named Features:: Loading a library if it isn't already loaded.
42* Where Defined:: Finding which file defined a certain symbol. 42* Where Defined:: Finding which file defined a certain symbol.
43* Unloading:: How to "unload" a library that was loaded. 43* Unloading:: How to ``unload'' a library that was loaded.
44* Hooks for Loading:: Providing code to be run when 44* Hooks for Loading:: Providing code to be run when
45 particular libraries are loaded. 45 particular libraries are loaded.
46@end menu 46@end menu
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index 109e9359f2c..4f25b91506e 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -20,8 +20,8 @@ deleted, so that it stays with the two characters on either side of it.
20* Marker Insertion Types:: Two ways a marker can relocate when you 20* Marker Insertion Types:: Two ways a marker can relocate when you
21 insert where it points. 21 insert where it points.
22* Moving Markers:: Moving the marker to a new buffer or position. 22* Moving Markers:: Moving the marker to a new buffer or position.
23* The Mark:: How "the mark" is implemented with a marker. 23* The Mark:: How ``the mark'' is implemented with a marker.
24* The Region:: How to access "the region". 24* The Region:: How to access ``the region''.
25@end menu 25@end menu
26 26
27@node Overview of Markers 27@node Overview of Markers
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index bbe87ca6181..8d7177dc1d5 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -2480,7 +2480,7 @@ argument of another @code{notifications-notify} call. For example:
2480@end group 2480@end group
2481 2481
2482@group 2482@group
2483A message window opens on the desktop. Press "I agree" 2483A message window opens on the desktop. Press ``I agree''.
2484 @result{} Message 22, key "Confirm" pressed 2484 @result{} Message 22, key "Confirm" pressed
2485 Message 22, closed due to "dismissed" 2485 Message 22, closed due to "dismissed"
2486@end group 2486@end group
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index d882be485ef..4a338931601 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -486,8 +486,8 @@ accent Unicode characters:
486 486
487The optional argument @var{locale}, a string, overrides the setting of 487The optional argument @var{locale}, a string, overrides the setting of
488your current locale identifier for collation. The value is system 488your current locale identifier for collation. The value is system
489dependent; a @var{locale} "en_US.UTF-8" is applicable on POSIX 489dependent; a @var{locale} @code{"en_US.UTF-8"} is applicable on POSIX
490systems, while it would be, e.g., "enu_USA.1252" on MS-Windows 490systems, while it would be, e.g., @code{"enu_USA.1252"} on MS-Windows
491systems. 491systems.
492 492
493If @var{ignore-case} is non-@code{nil}, characters are converted to lower-case 493If @var{ignore-case} is non-@code{nil}, characters are converted to lower-case
@@ -495,7 +495,7 @@ before comparing them.
495 495
496To emulate Unicode-compliant collation on MS-Windows systems, 496To emulate Unicode-compliant collation on MS-Windows systems,
497bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since 497bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since
498the codeset part of the locale cannot be "UTF-8" on MS-Windows. 498the codeset part of the locale cannot be @code{"UTF-8"} on MS-Windows.
499 499
500If your system does not support a locale environment, this function 500If your system does not support a locale environment, this function
501behaves like @code{string-equal}. 501behaves like @code{string-equal}.
@@ -596,9 +596,9 @@ less significant for @ref{Sorting,,sorting}.
596 596
597The optional argument @var{locale}, a string, overrides the setting of 597The optional argument @var{locale}, a string, overrides the setting of
598your current locale identifier for collation. The value is system 598your current locale identifier for collation. The value is system
599dependent; a @var{locale} "en_US.UTF-8" is applicable on POSIX 599dependent; a @var{locale} @code{"en_US.UTF-8"} is applicable on POSIX
600systems, while it would be, e.g., "enu_USA.1252" on MS-Windows 600systems, while it would be, e.g., @code{"enu_USA.1252"} on MS-Windows
601systems. The @var{locale} "POSIX" lets @code{string-collate-lessp} 601systems. The @var{locale} @code{"POSIX"} lets @code{string-collate-lessp}
602behave like @code{string-lessp}: 602behave like @code{string-lessp}:
603 603
604@example 604@example
@@ -614,7 +614,7 @@ before comparing them.
614 614
615To emulate Unicode-compliant collation on MS-Windows systems, 615To emulate Unicode-compliant collation on MS-Windows systems,
616bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since 616bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since
617the codeset part of the locale cannot be "UTF-8" on MS-Windows. 617the codeset part of the locale cannot be @code{"UTF-8"} on MS-Windows.
618 618
619If your system does not support a locale environment, this function 619If your system does not support a locale environment, this function
620behaves like @code{string-lessp}. 620behaves like @code{string-lessp}.
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 245825ada60..33044280175 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -58,7 +58,7 @@ the character after point.
58* Base 64:: Conversion to or from base 64 encoding. 58* Base 64:: Conversion to or from base 64 encoding.
59* Checksum/Hash:: Computing cryptographic hashes. 59* Checksum/Hash:: Computing cryptographic hashes.
60* Parsing HTML/XML:: Parsing HTML and XML. 60* Parsing HTML/XML:: Parsing HTML and XML.
61* Atomic Changes:: Installing several buffer changes "atomically". 61* Atomic Changes:: Installing several buffer changes ``atomically''.
62* Change Hooks:: Supplying functions to be run when text is changed. 62* Change Hooks:: Supplying functions to be run when text is changed.
63@end menu 63@end menu
64 64
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 15491e52751..369e8ddfc30 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -25,7 +25,7 @@ representing the variable.
25 25
26@menu 26@menu
27* Global Variables:: Variable values that exist permanently, everywhere. 27* Global Variables:: Variable values that exist permanently, everywhere.
28* Constant Variables:: Certain "variables" have values that never change. 28* Constant Variables:: Certain ``variables'' have values that never change.
29* Local Variables:: Variable values that exist only temporarily. 29* Local Variables:: Variable values that exist only temporarily.
30* Void Variables:: Symbols that lack values. 30* Void Variables:: Symbols that lack values.
31* Defining Variables:: A definition says a symbol is used as a variable. 31* Defining Variables:: A definition says a symbol is used as a variable.
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index 3192e4bdc0a..35d315c64b8 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -861,7 +861,7 @@ The most common use of this is to run just the tests for one
861particular module. Since symbol prefixes are the usual way of 861particular module. Since symbol prefixes are the usual way of
862separating module namespaces in Emacs Lisp, test selectors already 862separating module namespaces in Emacs Lisp, test selectors already
863solve this by allowing regexp matching on test names; e.g., the 863solve this by allowing regexp matching on test names; e.g., the
864selector "^ert-" selects ERT's self-tests. 864selector @code{"^ert-"} selects ERT's self-tests.
865 865
866Other uses include grouping tests by their expected execution time, 866Other uses include grouping tests by their expected execution time,
867e.g., to run quick tests during interactive development and slow tests less 867e.g., to run quick tests during interactive development and slow tests less
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index 0b856c7f0a3..5ab34a0f7ae 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -892,11 +892,11 @@ more readable?
892 892
893@subsubheading Answer 893@subsubheading Answer
894 894
895Gnus offers you several functions to "wash" incoming mail, you can 895Gnus offers you several functions to ``wash'' incoming mail, you can
896find them if you browse through the menu, item 896find them if you browse through the menu, item
897Article->Washing. The most interesting ones are probably "Wrap 897Article->Washing. The most interesting ones are probably ``Wrap
898long lines" (@samp{W w}), "Decode ROT13" 898long lines'' (@samp{W w}), ``Decode ROT13''
899(@samp{W r}) and "Outlook Deuglify" which repairs 899(@samp{W r}) and ``Outlook Deuglify'' which repairs
900the dumb quoting used by many users of Microsoft products 900the dumb quoting used by many users of Microsoft products
901(@samp{W Y f} gives you full deuglify. 901(@samp{W Y f} gives you full deuglify.
902See @samp{W Y C-h} or have a look at the menus for 902See @samp{W Y C-h} or have a look at the menus for
@@ -1016,8 +1016,8 @@ mail groups. Is this a bug?
1016 1016
1017No, that's a matter of design of Gnus, fixing this would 1017No, that's a matter of design of Gnus, fixing this would
1018mean reimplementation of major parts of Gnus' 1018mean reimplementation of major parts of Gnus'
1019back ends. Gnus thinks "highest-article-number @minus{} 1019back ends. Gnus thinks ``highest-article-number @minus{}
1020lowest-article-number = total-number-of-articles". This 1020lowest-article-number = total-number-of-articles''. This
1021works OK for Usenet groups, but if you delete and move 1021works OK for Usenet groups, but if you delete and move
1022many messages in mail groups, this fails. To cure the 1022many messages in mail groups, this fails. To cure the
1023symptom, enter the group via @samp{C-u RET} 1023symptom, enter the group via @samp{C-u RET}
@@ -1085,8 +1085,8 @@ You've got to play around with the variable
1085gnus-summary-line-format. Its value is a string of 1085gnus-summary-line-format. Its value is a string of
1086symbols which stand for things like author, date, subject 1086symbols which stand for things like author, date, subject
1087etc. A list of the available specifiers can be found in the 1087etc. A list of the available specifiers can be found in the
1088manual node "Summary Buffer Lines" and the often forgotten 1088manual node ``Summary Buffer Lines'' and the often forgotten
1089node "Formatting Variables" and its sub-nodes. There 1089node ``Formatting Variables'' and its sub-nodes. There
1090you'll find useful things like positioning the cursor and 1090you'll find useful things like positioning the cursor and
1091tabulators which allow you a summary in table form, but 1091tabulators which allow you a summary in table form, but
1092sadly hard tabulators are broken in 5.8.8. 1092sadly hard tabulators are broken in 5.8.8.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 23a43f4893c..dbce16c2ad0 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -12565,7 +12565,7 @@ Gnus provides a few different methods for storing the mail and news you
12565send. The default method is to use the @dfn{archive virtual server} to 12565send. The default method is to use the @dfn{archive virtual server} to
12566store the messages. If you want to disable this completely, the 12566store the messages. If you want to disable this completely, the
12567@code{gnus-message-archive-group} variable should be @code{nil}. The 12567@code{gnus-message-archive-group} variable should be @code{nil}. The
12568default is "sent.%Y-%m", which gives you one archive group per month. 12568default is @code{"sent.%Y-%m"}, which gives you one archive group per month.
12569 12569
12570For archiving interesting messages in a group you read, see the 12570For archiving interesting messages in a group you read, see the
12571@kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail 12571@kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index f449e3b738b..8f57e8c6bbe 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -1961,7 +1961,7 @@ can include a line like this in your Viper customization file:
1961 1961
1962Viper lets you define hot keys, i.e., you can associate keyboard keys 1962Viper lets you define hot keys, i.e., you can associate keyboard keys
1963such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already 1963such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already
1964exist or that you will write). Each key has a "preferred form" in 1964exist or that you will write). Each key has a ``preferred form'' in
1965Emacs. For instance, the Up key's preferred form is [up], the Help key's 1965Emacs. For instance, the Up key's preferred form is [up], the Help key's
1966preferred form is [help], and the Undo key has the preferred form [f14]. 1966preferred form is [help], and the Undo key has the preferred form [f14].
1967You can find out the preferred form of a key by typing @kbd{M-x 1967You can find out the preferred form of a key by typing @kbd{M-x