]> code.delx.au - gnu-emacs/commitdiff
Use real doublequote in menus.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 2006 00:09:02 +0000 (00:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 2006 00:09:02 +0000 (00:09 +0000)
lispref/loading.texi
lispref/markers.texi
lispref/vol1.texi
lispref/vol2.texi

index 81787082117ce173782b0f4710e66b9681895404..ea995bb79e955d3a5a0e260fe02d16e6af87fbe3 100644 (file)
@@ -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
index 514b93a2df537f80d2eb3f5c5b9bafe6f7d8f3ad..c3fdddc6aab4d3b9857d78f88f13dc7aa7dcf7ed 100644 (file)
@@ -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
index b6b071bf4441022126be69a486873f2d5b7461a6..ac2958e9b0982785a312eacdda9b62d666278b0c 100644 (file)
@@ -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
 
index e5da029db1acb67879355b5818f36031545fd588..c59449d4eeeb5ac216c84a0a7dbdcf537dc9121c 100644 (file)
@@ -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