diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/anti.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/buffers.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 14 | ||||
| -rw-r--r-- | doc/lispref/eval.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/loading.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/markers.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/strings.texi | 14 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
11 files changed, 26 insertions, 26 deletions
diff --git a/doc/lispref/anti.texi b/doc/lispref/anti.texi index c1773aa6e9b..2784fd9b3b1 100644 --- a/doc/lispref/anti.texi +++ b/doc/lispref/anti.texi | |||
| @@ -56,8 +56,8 @@ there is no need to worry about the insertion of right-to-left text | |||
| 56 | messing up how lines and paragraphs are displayed, the function | 56 | messing up how lines and paragraphs are displayed, the function |
| 57 | @code{bidi-string-mark-left-to-right} has been removed; so have many | 57 | @code{bidi-string-mark-left-to-right} has been removed; so have many |
| 58 | other functions and variables related to bidirectional display. | 58 | other functions and variables related to bidirectional display. |
| 59 | Unicode directionality characters like @code{U+200E} ("left-to-right | 59 | Unicode directionality characters like @code{U+200E} LEFT-TO-RIGHT |
| 60 | mark") have no special effect on display. | 60 | MARK have no special effect on display. |
| 61 | 61 | ||
| 62 | @item | 62 | @item |
| 63 | Emacs windows now have most of their internal state hidden from Lisp. | 63 | Emacs windows now have most of their internal state hidden from Lisp. |
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 49bfe82a3e1..71261e08db7 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi | |||
| @@ -23,7 +23,7 @@ not be displayed in any windows. | |||
| 23 | * Buffer File Name:: The buffer file name indicates which file is visited. | 23 | * Buffer File Name:: The buffer file name indicates which file is visited. |
| 24 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. | 24 | * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. |
| 25 | * Modification Time:: Determining whether the visited file was changed | 25 | * Modification Time:: Determining whether the visited file was changed |
| 26 | "behind Emacs's back". | 26 | ``behind Emacs's back''. |
| 27 | * Read Only Buffers:: Modifying text is not allowed in a read-only buffer. | 27 | * Read Only Buffers:: Modifying text is not allowed in a read-only buffer. |
| 28 | * Buffer List:: How to look at all the existing buffers. | 28 | * Buffer List:: How to look at all the existing buffers. |
| 29 | * Creating Buffers:: Functions that create buffers. | 29 | * Creating Buffers:: Functions that create buffers. |
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 |
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index a185da7086f..f253e7007b4 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi | |||
| @@ -116,7 +116,7 @@ with the ``all other types'' which are self-evaluating forms. | |||
| 116 | we find the real function via the symbol. | 116 | we find the real function via the symbol. |
| 117 | * Function Forms:: Forms that call functions. | 117 | * Function Forms:: Forms that call functions. |
| 118 | * Macro Forms:: Forms that call macros. | 118 | * Macro Forms:: Forms that call macros. |
| 119 | * Special Forms:: "Special forms" are idiosyncratic primitives, | 119 | * Special Forms:: ``Special forms'' are idiosyncratic primitives, |
| 120 | most of them extremely important. | 120 | most of them extremely important. |
| 121 | * Autoloading:: Functions set up to load files | 121 | * Autoloading:: Functions set up to load files |
| 122 | containing their real definitions. | 122 | containing their real definitions. |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index f4c9abd5468..91b0c96071e 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1291,10 +1291,10 @@ has only one name (the name @file{files.texi} in the current default | |||
| 1291 | directory). | 1291 | directory). |
| 1292 | 1292 | ||
| 1293 | @item "lh" | 1293 | @item "lh" |
| 1294 | is owned by the user with name "lh". | 1294 | is owned by the user with name @samp{lh}. |
| 1295 | 1295 | ||
| 1296 | @item "users" | 1296 | @item "users" |
| 1297 | is in the group with name "users". | 1297 | is in the group with name @samp{users}. |
| 1298 | 1298 | ||
| 1299 | @item (20614 64019 50040 152000) | 1299 | @item (20614 64019 50040 152000) |
| 1300 | was last accessed on October 23, 2012, at 20:12:03.050040152 UTC. | 1300 | was last accessed on October 23, 2012, at 20:12:03.050040152 UTC. |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index fc1def60207..91dc9a95390 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -40,7 +40,7 @@ For on-demand loading of external libraries, @pxref{Dynamic Libraries}. | |||
| 40 | * Repeated Loading:: Precautions about loading a file twice. | 40 | * Repeated Loading:: Precautions about loading a file twice. |
| 41 | * Named Features:: Loading a library if it isn't already loaded. | 41 | * Named Features:: Loading a library if it isn't already loaded. |
| 42 | * Where Defined:: Finding which file defined a certain symbol. | 42 | * Where Defined:: Finding which file defined a certain symbol. |
| 43 | * Unloading:: How to "unload" a library that was loaded. | 43 | * Unloading:: How to ``unload'' a library that was loaded. |
| 44 | * Hooks for Loading:: Providing code to be run when | 44 | * Hooks for Loading:: Providing code to be run when |
| 45 | particular libraries are loaded. | 45 | particular libraries are loaded. |
| 46 | @end menu | 46 | @end menu |
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 109e9359f2c..4f25b91506e 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi | |||
| @@ -20,8 +20,8 @@ deleted, so that it stays with the two characters on either side of it. | |||
| 20 | * Marker Insertion Types:: Two ways a marker can relocate when you | 20 | * Marker Insertion Types:: Two ways a marker can relocate when you |
| 21 | insert where it points. | 21 | insert where it points. |
| 22 | * Moving Markers:: Moving the marker to a new buffer or position. | 22 | * Moving Markers:: Moving the marker to a new buffer or position. |
| 23 | * The Mark:: How "the mark" is implemented with a marker. | 23 | * The Mark:: How ``the mark'' is implemented with a marker. |
| 24 | * The Region:: How to access "the region". | 24 | * The Region:: How to access ``the region''. |
| 25 | @end menu | 25 | @end menu |
| 26 | 26 | ||
| 27 | @node Overview of Markers | 27 | @node Overview of Markers |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index bbe87ca6181..8d7177dc1d5 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -2480,7 +2480,7 @@ argument of another @code{notifications-notify} call. For example: | |||
| 2480 | @end group | 2480 | @end group |
| 2481 | 2481 | ||
| 2482 | @group | 2482 | @group |
| 2483 | A message window opens on the desktop. Press "I agree" | 2483 | A message window opens on the desktop. Press ``I agree''. |
| 2484 | @result{} Message 22, key "Confirm" pressed | 2484 | @result{} Message 22, key "Confirm" pressed |
| 2485 | Message 22, closed due to "dismissed" | 2485 | Message 22, closed due to "dismissed" |
| 2486 | @end group | 2486 | @end group |
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index d882be485ef..4a338931601 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -486,8 +486,8 @@ accent Unicode characters: | |||
| 486 | 486 | ||
| 487 | The optional argument @var{locale}, a string, overrides the setting of | 487 | The optional argument @var{locale}, a string, overrides the setting of |
| 488 | your current locale identifier for collation. The value is system | 488 | your current locale identifier for collation. The value is system |
| 489 | dependent; a @var{locale} "en_US.UTF-8" is applicable on POSIX | 489 | dependent; a @var{locale} @code{"en_US.UTF-8"} is applicable on POSIX |
| 490 | systems, while it would be, e.g., "enu_USA.1252" on MS-Windows | 490 | systems, while it would be, e.g., @code{"enu_USA.1252"} on MS-Windows |
| 491 | systems. | 491 | systems. |
| 492 | 492 | ||
| 493 | If @var{ignore-case} is non-@code{nil}, characters are converted to lower-case | 493 | If @var{ignore-case} is non-@code{nil}, characters are converted to lower-case |
| @@ -495,7 +495,7 @@ before comparing them. | |||
| 495 | 495 | ||
| 496 | To emulate Unicode-compliant collation on MS-Windows systems, | 496 | To emulate Unicode-compliant collation on MS-Windows systems, |
| 497 | bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since | 497 | bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since |
| 498 | the codeset part of the locale cannot be "UTF-8" on MS-Windows. | 498 | the codeset part of the locale cannot be @code{"UTF-8"} on MS-Windows. |
| 499 | 499 | ||
| 500 | If your system does not support a locale environment, this function | 500 | If your system does not support a locale environment, this function |
| 501 | behaves like @code{string-equal}. | 501 | behaves like @code{string-equal}. |
| @@ -596,9 +596,9 @@ less significant for @ref{Sorting,,sorting}. | |||
| 596 | 596 | ||
| 597 | The optional argument @var{locale}, a string, overrides the setting of | 597 | The optional argument @var{locale}, a string, overrides the setting of |
| 598 | your current locale identifier for collation. The value is system | 598 | your current locale identifier for collation. The value is system |
| 599 | dependent; a @var{locale} "en_US.UTF-8" is applicable on POSIX | 599 | dependent; a @var{locale} @code{"en_US.UTF-8"} is applicable on POSIX |
| 600 | systems, while it would be, e.g., "enu_USA.1252" on MS-Windows | 600 | systems, while it would be, e.g., @code{"enu_USA.1252"} on MS-Windows |
| 601 | systems. The @var{locale} "POSIX" lets @code{string-collate-lessp} | 601 | systems. The @var{locale} @code{"POSIX"} lets @code{string-collate-lessp} |
| 602 | behave like @code{string-lessp}: | 602 | behave like @code{string-lessp}: |
| 603 | 603 | ||
| 604 | @example | 604 | @example |
| @@ -614,7 +614,7 @@ before comparing them. | |||
| 614 | 614 | ||
| 615 | To emulate Unicode-compliant collation on MS-Windows systems, | 615 | To emulate Unicode-compliant collation on MS-Windows systems, |
| 616 | bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since | 616 | bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since |
| 617 | the codeset part of the locale cannot be "UTF-8" on MS-Windows. | 617 | the codeset part of the locale cannot be @code{"UTF-8"} on MS-Windows. |
| 618 | 618 | ||
| 619 | If your system does not support a locale environment, this function | 619 | If your system does not support a locale environment, this function |
| 620 | behaves like @code{string-lessp}. | 620 | behaves like @code{string-lessp}. |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 245825ada60..33044280175 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -58,7 +58,7 @@ the character after point. | |||
| 58 | * Base 64:: Conversion to or from base 64 encoding. | 58 | * Base 64:: Conversion to or from base 64 encoding. |
| 59 | * Checksum/Hash:: Computing cryptographic hashes. | 59 | * Checksum/Hash:: Computing cryptographic hashes. |
| 60 | * Parsing HTML/XML:: Parsing HTML and XML. | 60 | * Parsing HTML/XML:: Parsing HTML and XML. |
| 61 | * Atomic Changes:: Installing several buffer changes "atomically". | 61 | * Atomic Changes:: Installing several buffer changes ``atomically''. |
| 62 | * Change Hooks:: Supplying functions to be run when text is changed. | 62 | * Change Hooks:: Supplying functions to be run when text is changed. |
| 63 | @end menu | 63 | @end menu |
| 64 | 64 | ||
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 15491e52751..369e8ddfc30 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -25,7 +25,7 @@ representing the variable. | |||
| 25 | 25 | ||
| 26 | @menu | 26 | @menu |
| 27 | * Global Variables:: Variable values that exist permanently, everywhere. | 27 | * Global Variables:: Variable values that exist permanently, everywhere. |
| 28 | * Constant Variables:: Certain "variables" have values that never change. | 28 | * Constant Variables:: Certain ``variables'' have values that never change. |
| 29 | * Local Variables:: Variable values that exist only temporarily. | 29 | * Local Variables:: Variable values that exist only temporarily. |
| 30 | * Void Variables:: Symbols that lack values. | 30 | * Void Variables:: Symbols that lack values. |
| 31 | * Defining Variables:: A definition says a symbol is used as a variable. | 31 | * Defining Variables:: A definition says a symbol is used as a variable. |