From: Richard M. Stallman Date: Tue, 18 Jul 2006 00:09:02 +0000 (+0000) Subject: Use real doublequote in menus. X-Git-Tag: emacs-pretest-22.0.90~1388 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/2b9fa4a75e6979bc0f378e6b0602fc44b473f868 Use real doublequote in menus. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index 8178708211..ea995bb79e 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -43,7 +43,7 @@ containing Lisp code. * Repeated Loading:: Precautions about loading a file twice. * Named Features:: Loading a library if it isn't already loaded. * Where Defined:: Finding which file defined a certain symbol. -* Unloading:: How to ``unload'' a library that was loaded. +* Unloading:: How to "unload" a library that was loaded. * Hooks for Loading:: Providing code to be run when particular libraries are loaded. @end menu diff --git a/lispref/markers.texi b/lispref/markers.texi index 514b93a2df..c3fdddc6aa 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -21,8 +21,8 @@ deleted, so that it stays with the two characters on either side of it. * Marker Insertion Types:: Two ways a marker can relocate when you insert where it points. * Moving Markers:: Moving the marker to a new buffer or position. -* The Mark:: How ``the mark'' is implemented with a marker. -* The Region:: How to access ``the region''. +* The Mark:: How "the mark" is implemented with a marker. +* The Region:: How to access "the region". @end menu @node Overview of Markers diff --git a/lispref/vol1.texi b/lispref/vol1.texi index b6b071bf44..ac2958e9b0 100644 --- a/lispref/vol1.texi +++ b/lispref/vol1.texi @@ -416,7 +416,7 @@ Kinds of Forms * Classifying Lists:: How to distinguish various sorts of list forms. * Function Forms:: Forms that call functions. * Macro Forms:: Forms that call macros. -* Special Forms:: ``Special forms'' are idiosyncratic primitives, +* Special Forms:: "Special forms" are idiosyncratic primitives, most of them extremely important. * Autoloading:: Functions set up to load files containing their real definitions. @@ -709,7 +709,7 @@ Buffers is visited. * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. * Modification Time:: Determining whether the visited file was changed - ``behind Emacs's back''. + "behind Emacs's back". * Read Only Buffers:: Modifying text is not allowed in a read-only buffer. * The Buffer List:: How to look at all the existing buffers. @@ -788,8 +788,8 @@ Markers * Information from Markers:: Finding the marker's buffer or character position. * Changing Markers:: Moving the marker to a new buffer or position. -* The Mark:: How ``the mark'' is implemented with a marker. -* The Region:: How to access ``the region''. +* The Mark:: How "the mark" is implemented with a marker. +* The Region:: How to access "the region". Text diff --git a/lispref/vol2.texi b/lispref/vol2.texi index e5da029db1..c59449d4ee 100644 --- a/lispref/vol2.texi +++ b/lispref/vol2.texi @@ -417,7 +417,7 @@ Kinds of Forms * Classifying Lists:: How to distinguish various sorts of list forms. * Function Forms:: Forms that call functions. * Macro Forms:: Forms that call macros. -* Special Forms:: ``Special forms'' are idiosyncratic primitives, +* Special Forms:: "Special forms" are idiosyncratic primitives, most of them extremely important. * Autoloading:: Functions set up to load files containing their real definitions. @@ -710,7 +710,7 @@ Buffers is visited. * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. * Modification Time:: Determining whether the visited file was changed - ``behind Emacs's back''. + "behind Emacs's back". * Read Only Buffers:: Modifying text is not allowed in a read-only buffer. * The Buffer List:: How to look at all the existing buffers. @@ -789,8 +789,8 @@ Markers * Information from Markers:: Finding the marker's buffer or character position. * Changing Markers:: Moving the marker to a new buffer or position. -* The Mark:: How ``the mark'' is implemented with a marker. -* The Region:: How to access ``the region''. +* The Mark:: How "the mark" is implemented with a marker. +* The Region:: How to access "the region". Text