summaryrefslogtreecommitdiff
path: root/lispref/vol2.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-18 00:09:02 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-18 00:09:02 +0000
commit2b9fa4a75e6979bc0f378e6b0602fc44b473f868 (patch)
treed7aa65daaa7868cfa52bc1530e5385cafd6d45f3 /lispref/vol2.texi
parent827b7ee7c21894a634e217ddc40c10d865bd3536 (diff)
Use real doublequote in menus.
Diffstat (limited to 'lispref/vol2.texi')
-rw-r--r--lispref/vol2.texi8
1 files changed, 4 insertions, 4 deletions
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