diff options
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 9044fbaec56..7b2b68a4fa6 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -453,7 +453,7 @@ Kinds of Forms | |||
| 453 | we find the real function via the symbol. | 453 | we find the real function via the symbol. |
| 454 | * Function Forms:: Forms that call functions. | 454 | * Function Forms:: Forms that call functions. |
| 455 | * Macro Forms:: Forms that call macros. | 455 | * Macro Forms:: Forms that call macros. |
| 456 | * Special Forms:: "Special forms" are idiosyncratic primitives, | 456 | * Special Forms:: ``Special forms'' are idiosyncratic primitives, |
| 457 | most of them extremely important. | 457 | most of them extremely important. |
| 458 | * Autoloading:: Functions set up to load files | 458 | * Autoloading:: Functions set up to load files |
| 459 | containing their real definitions. | 459 | containing their real definitions. |
| @@ -485,7 +485,7 @@ Errors | |||
| 485 | Variables | 485 | Variables |
| 486 | 486 | ||
| 487 | * Global Variables:: Variable values that exist permanently, everywhere. | 487 | * Global Variables:: Variable values that exist permanently, everywhere. |
| 488 | * Constant Variables:: Certain "variables" have values that never change. | 488 | * Constant Variables:: Certain ``variables'' have values that never change. |
| 489 | * Local Variables:: Variable values that exist only temporarily. | 489 | * Local Variables:: Variable values that exist only temporarily. |
| 490 | * Void Variables:: Symbols that lack values. | 490 | * Void Variables:: Symbols that lack values. |
| 491 | * Defining Variables:: A definition says a symbol is used as a variable. | 491 | * Defining Variables:: A definition says a symbol is used as a variable. |
| @@ -599,7 +599,7 @@ Loading | |||
| 599 | * Repeated Loading:: Precautions about loading a file twice. | 599 | * Repeated Loading:: Precautions about loading a file twice. |
| 600 | * Named Features:: Loading a library if it isn't already loaded. | 600 | * Named Features:: Loading a library if it isn't already loaded. |
| 601 | * Where Defined:: Finding which file defined a certain symbol. | 601 | * Where Defined:: Finding which file defined a certain symbol. |
| 602 | * Unloading:: How to "unload" a library that was loaded. | 602 | * Unloading:: How to ``unload'' a library that was loaded. |
| 603 | * Hooks for Loading:: Providing code to be run when | 603 | * Hooks for Loading:: Providing code to be run when |
| 604 | particular libraries are loaded. | 604 | particular libraries are loaded. |
| 605 | 605 | ||
| @@ -990,7 +990,7 @@ Buffers | |||
| 990 | is visited. | 990 | is visited. |
| 991 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. | 991 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. |
| 992 | * Modification Time:: Determining whether the visited file was changed | 992 | * Modification Time:: Determining whether the visited file was changed |
| 993 | "behind Emacs's back". | 993 | ``behind Emacs's back''. |
| 994 | * Read Only Buffers:: Modifying text is not allowed in a | 994 | * Read Only Buffers:: Modifying text is not allowed in a |
| 995 | read-only buffer. | 995 | read-only buffer. |
| 996 | * Buffer List:: How to look at all the existing buffers. | 996 | * Buffer List:: How to look at all the existing buffers. |
| @@ -1117,8 +1117,8 @@ Markers | |||
| 1117 | * Marker Insertion Types:: Two ways a marker can relocate when you | 1117 | * Marker Insertion Types:: Two ways a marker can relocate when you |
| 1118 | insert where it points. | 1118 | insert where it points. |
| 1119 | * Moving Markers:: Moving the marker to a new buffer or position. | 1119 | * Moving Markers:: Moving the marker to a new buffer or position. |
| 1120 | * The Mark:: How "the mark" is implemented with a marker. | 1120 | * The Mark:: How ``the mark'' is implemented with a marker. |
| 1121 | * The Region:: How to access "the region". | 1121 | * The Region:: How to access ``the region''. |
| 1122 | 1122 | ||
| 1123 | Text | 1123 | Text |
| 1124 | 1124 | ||
| @@ -1152,7 +1152,7 @@ Text | |||
| 1152 | * Base 64:: Conversion to or from base 64 encoding. | 1152 | * Base 64:: Conversion to or from base 64 encoding. |
| 1153 | * Checksum/Hash:: Computing cryptographic hashes. | 1153 | * Checksum/Hash:: Computing cryptographic hashes. |
| 1154 | * Parsing HTML/XML:: Parsing HTML and XML. | 1154 | * Parsing HTML/XML:: Parsing HTML and XML. |
| 1155 | * Atomic Changes:: Installing several buffer changes "atomically". | 1155 | * Atomic Changes:: Installing several buffer changes ``atomically''. |
| 1156 | * Change Hooks:: Supplying functions to be run when text is changed. | 1156 | * Change Hooks:: Supplying functions to be run when text is changed. |
| 1157 | 1157 | ||
| 1158 | The Kill Ring | 1158 | The Kill Ring |