Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b9fa4a7
Commit
2b9fa4a7
authored
Jul 18, 2006
by
Richard M. Stallman
Browse files
Use real doublequote in menus.
parent
827b7ee7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
lispref/loading.texi
lispref/loading.texi
+1
-1
lispref/markers.texi
lispref/markers.texi
+2
-2
lispref/vol1.texi
lispref/vol1.texi
+4
-4
lispref/vol2.texi
lispref/vol2.texi
+4
-4
No files found.
lispref/loading.texi
View file @
2b9fa4a7
...
...
@@ -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
...
...
lispref/markers.texi
View file @
2b9fa4a7
...
...
@@ -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
...
...
lispref/vol1.texi
View file @
2b9fa4a7
...
...
@@ -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
...
...
lispref/vol2.texi
View file @
2b9fa4a7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment