aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2009-07-10 06:11:39 +0000
committerGlenn Morris2009-07-10 06:11:39 +0000
commit121e43fd6e9a3df3fff7f34b87d9ba39c0800f75 (patch)
tree1c889bb1315e59f9ede800f40455268bef629c96 /doc
parentb41d7b72dc2df1e2459f82d2011e3d6df9f7b68e (diff)
downloademacs-121e43fd6e9a3df3fff7f34b87d9ba39c0800f75.tar.gz
emacs-121e43fd6e9a3df3fff7f34b87d9ba39c0800f75.zip
End menu descriptions with period.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/elisp.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index f480ecd2864..82f3d64f8a2 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -225,7 +225,7 @@ Lisp Data Types
225* Comments:: Comments and their formatting conventions. 225* Comments:: Comments and their formatting conventions.
226* Programming Types:: Types found in all Lisp systems. 226* Programming Types:: Types found in all Lisp systems.
227* Editing Types:: Types specific to Emacs. 227* Editing Types:: Types specific to Emacs.
228* Circular Objects:: Read syntax for circular structure. 228* Circular Objects:: Read syntax for circular structure.
229* Type Predicates:: Tests related to types. 229* Type Predicates:: Tests related to types.
230* Equality Predicates:: Tests of equality between any two objects. 230* Equality Predicates:: Tests of equality between any two objects.
231 231
@@ -307,7 +307,7 @@ Strings and Characters
307* String Basics:: Basic properties of strings and characters. 307* String Basics:: Basic properties of strings and characters.
308* Predicates for Strings:: Testing whether an object is a string or char. 308* Predicates for Strings:: Testing whether an object is a string or char.
309* Creating Strings:: Functions to allocate new strings. 309* Creating Strings:: Functions to allocate new strings.
310* Modifying Strings:: Altering the contents of an existing string. 310* Modifying Strings:: Altering the contents of an existing string.
311* Text Comparison:: Comparing characters or strings. 311* Text Comparison:: Comparing characters or strings.
312* String Conversion:: Converting to and from characters and strings. 312* String Conversion:: Converting to and from characters and strings.
313* Formatting Strings:: @code{format}: Emacs's analogue of @code{printf}. 313* Formatting Strings:: @code{format}: Emacs's analogue of @code{printf}.
@@ -654,7 +654,7 @@ Completion
654* Minibuffer Completion:: Invoking the minibuffer with completion. 654* Minibuffer Completion:: Invoking the minibuffer with completion.
655* Completion Commands:: Minibuffer commands that do completion. 655* Completion Commands:: Minibuffer commands that do completion.
656* High-Level Completion:: Convenient special cases of completion 656* High-Level Completion:: Convenient special cases of completion
657 (reading buffer name, file name, etc.) 657 (reading buffer name, file name, etc.).
658* Reading File Names:: Using completion to read file names and 658* Reading File Names:: Using completion to read file names and
659 shell commands. 659 shell commands.
660* Completion Styles:: Specifying rules for performing completion. 660* Completion Styles:: Specifying rules for performing completion.
@@ -884,7 +884,7 @@ File Names
884 884
885File Format Conversion 885File Format Conversion
886 886
887* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region} 887* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region}.
888* Format Conversion Round-Trip:: Using @code{format-alist}. 888* Format Conversion Round-Trip:: Using @code{format-alist}.
889* Format Conversion Piecemeal:: Specifying non-paired conversion. 889* Format Conversion Piecemeal:: Specifying non-paired conversion.
890 890
@@ -1391,7 +1391,7 @@ Operating System Interface
1391* Terminal Input:: Accessing and recording terminal input. 1391* Terminal Input:: Accessing and recording terminal input.
1392* Terminal Output:: Controlling and recording terminal output. 1392* Terminal Output:: Controlling and recording terminal output.
1393* Sound Output:: Playing sounds on the computer's speaker. 1393* Sound Output:: Playing sounds on the computer's speaker.
1394* X11 Keysyms:: Operating on key symbols for X Windows 1394* X11 Keysyms:: Operating on key symbols for X Windows.
1395* Batch Mode:: Running Emacs without terminal interaction. 1395* Batch Mode:: Running Emacs without terminal interaction.
1396* Session Management:: Saving and restoring state with 1396* Session Management:: Saving and restoring state with
1397 X Session Management. 1397 X Session Management.