diff options
| author | Richard M. Stallman | 2006-07-18 00:09:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-18 00:09:02 +0000 |
| commit | 2b9fa4a75e6979bc0f378e6b0602fc44b473f868 (patch) | |
| tree | d7aa65daaa7868cfa52bc1530e5385cafd6d45f3 | |
| parent | 827b7ee7c21894a634e217ddc40c10d865bd3536 (diff) | |
| download | emacs-2b9fa4a75e6979bc0f378e6b0602fc44b473f868.tar.gz emacs-2b9fa4a75e6979bc0f378e6b0602fc44b473f868.zip | |
Use real doublequote in menus.
| -rw-r--r-- | lispref/loading.texi | 2 | ||||
| -rw-r--r-- | lispref/markers.texi | 4 | ||||
| -rw-r--r-- | lispref/vol1.texi | 8 | ||||
| -rw-r--r-- | lispref/vol2.texi | 8 |
4 files changed, 11 insertions, 11 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 81787082117..ea995bb79e9 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -43,7 +43,7 @@ containing Lisp code. | |||
| 43 | * Repeated Loading:: Precautions about loading a file twice. | 43 | * Repeated Loading:: Precautions about loading a file twice. |
| 44 | * Named Features:: Loading a library if it isn't already loaded. | 44 | * Named Features:: Loading a library if it isn't already loaded. |
| 45 | * Where Defined:: Finding which file defined a certain symbol. | 45 | * Where Defined:: Finding which file defined a certain symbol. |
| 46 | * Unloading:: How to ``unload'' a library that was loaded. | 46 | * Unloading:: How to "unload" a library that was loaded. |
| 47 | * Hooks for Loading:: Providing code to be run when | 47 | * Hooks for Loading:: Providing code to be run when |
| 48 | particular libraries are loaded. | 48 | particular libraries are loaded. |
| 49 | @end menu | 49 | @end menu |
diff --git a/lispref/markers.texi b/lispref/markers.texi index 514b93a2df5..c3fdddc6aab 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. | |||
| 21 | * Marker Insertion Types:: Two ways a marker can relocate when you | 21 | * Marker Insertion Types:: Two ways a marker can relocate when you |
| 22 | insert where it points. | 22 | insert where it points. |
| 23 | * Moving Markers:: Moving the marker to a new buffer or position. | 23 | * Moving Markers:: Moving the marker to a new buffer or position. |
| 24 | * The Mark:: How ``the mark'' is implemented with a marker. | 24 | * The Mark:: How "the mark" is implemented with a marker. |
| 25 | * The Region:: How to access ``the region''. | 25 | * The Region:: How to access "the region". |
| 26 | @end menu | 26 | @end menu |
| 27 | 27 | ||
| 28 | @node Overview of Markers | 28 | @node Overview of Markers |
diff --git a/lispref/vol1.texi b/lispref/vol1.texi index b6b071bf444..ac2958e9b09 100644 --- a/lispref/vol1.texi +++ b/lispref/vol1.texi | |||
| @@ -416,7 +416,7 @@ Kinds of Forms | |||
| 416 | * Classifying Lists:: How to distinguish various sorts of list forms. | 416 | * Classifying Lists:: How to distinguish various sorts of list forms. |
| 417 | * Function Forms:: Forms that call functions. | 417 | * Function Forms:: Forms that call functions. |
| 418 | * Macro Forms:: Forms that call macros. | 418 | * Macro Forms:: Forms that call macros. |
| 419 | * Special Forms:: ``Special forms'' are idiosyncratic primitives, | 419 | * Special Forms:: "Special forms" are idiosyncratic primitives, |
| 420 | most of them extremely important. | 420 | most of them extremely important. |
| 421 | * Autoloading:: Functions set up to load files | 421 | * Autoloading:: Functions set up to load files |
| 422 | containing their real definitions. | 422 | containing their real definitions. |
| @@ -709,7 +709,7 @@ Buffers | |||
| 709 | is visited. | 709 | is visited. |
| 710 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. | 710 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. |
| 711 | * Modification Time:: Determining whether the visited file was changed | 711 | * Modification Time:: Determining whether the visited file was changed |
| 712 | ``behind Emacs's back''. | 712 | "behind Emacs's back". |
| 713 | * Read Only Buffers:: Modifying text is not allowed in a | 713 | * Read Only Buffers:: Modifying text is not allowed in a |
| 714 | read-only buffer. | 714 | read-only buffer. |
| 715 | * The Buffer List:: How to look at all the existing buffers. | 715 | * The Buffer List:: How to look at all the existing buffers. |
| @@ -788,8 +788,8 @@ Markers | |||
| 788 | * Information from Markers:: Finding the marker's buffer or character | 788 | * Information from Markers:: Finding the marker's buffer or character |
| 789 | position. | 789 | position. |
| 790 | * Changing Markers:: Moving the marker to a new buffer or position. | 790 | * Changing Markers:: Moving the marker to a new buffer or position. |
| 791 | * The Mark:: How ``the mark'' is implemented with a marker. | 791 | * The Mark:: How "the mark" is implemented with a marker. |
| 792 | * The Region:: How to access ``the region''. | 792 | * The Region:: How to access "the region". |
| 793 | 793 | ||
| 794 | Text | 794 | Text |
| 795 | 795 | ||
diff --git a/lispref/vol2.texi b/lispref/vol2.texi index e5da029db1a..c59449d4eee 100644 --- a/lispref/vol2.texi +++ b/lispref/vol2.texi | |||
| @@ -417,7 +417,7 @@ Kinds of Forms | |||
| 417 | * Classifying Lists:: How to distinguish various sorts of list forms. | 417 | * Classifying Lists:: How to distinguish various sorts of list forms. |
| 418 | * Function Forms:: Forms that call functions. | 418 | * Function Forms:: Forms that call functions. |
| 419 | * Macro Forms:: Forms that call macros. | 419 | * Macro Forms:: Forms that call macros. |
| 420 | * Special Forms:: ``Special forms'' are idiosyncratic primitives, | 420 | * Special Forms:: "Special forms" are idiosyncratic primitives, |
| 421 | most of them extremely important. | 421 | most of them extremely important. |
| 422 | * Autoloading:: Functions set up to load files | 422 | * Autoloading:: Functions set up to load files |
| 423 | containing their real definitions. | 423 | containing their real definitions. |
| @@ -710,7 +710,7 @@ Buffers | |||
| 710 | is visited. | 710 | is visited. |
| 711 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. | 711 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. |
| 712 | * Modification Time:: Determining whether the visited file was changed | 712 | * Modification Time:: Determining whether the visited file was changed |
| 713 | ``behind Emacs's back''. | 713 | "behind Emacs's back". |
| 714 | * Read Only Buffers:: Modifying text is not allowed in a | 714 | * Read Only Buffers:: Modifying text is not allowed in a |
| 715 | read-only buffer. | 715 | read-only buffer. |
| 716 | * The Buffer List:: How to look at all the existing buffers. | 716 | * The Buffer List:: How to look at all the existing buffers. |
| @@ -789,8 +789,8 @@ Markers | |||
| 789 | * Information from Markers:: Finding the marker's buffer or character | 789 | * Information from Markers:: Finding the marker's buffer or character |
| 790 | position. | 790 | position. |
| 791 | * Changing Markers:: Moving the marker to a new buffer or position. | 791 | * Changing Markers:: Moving the marker to a new buffer or position. |
| 792 | * The Mark:: How ``the mark'' is implemented with a marker. | 792 | * The Mark:: How "the mark" is implemented with a marker. |
| 793 | * The Region:: How to access ``the region''. | 793 | * The Region:: How to access "the region". |
| 794 | 794 | ||
| 795 | Text | 795 | Text |
| 796 | 796 | ||