aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-10 06:12:50 +0000
committerGlenn Morris2009-07-10 06:12:50 +0000
commita3cb6daaebb7428c57080b430427f7d2191b421d (patch)
treed24b0749ee6f3fb3a6854178a80a9158511c0089
parent121e43fd6e9a3df3fff7f34b87d9ba39c0800f75 (diff)
downloademacs-a3cb6daaebb7428c57080b430427f7d2191b421d.tar.gz
emacs-a3cb6daaebb7428c57080b430427f7d2191b421d.zip
(EMACSVER): Fix accidental commit.
End menu descriptions with period.
-rw-r--r--doc/lispref/vol1.texi8
-rw-r--r--doc/lispref/vol2.texi8
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi
index 2310b440811..d1538b382d1 100644
--- a/doc/lispref/vol1.texi
+++ b/doc/lispref/vol1.texi
@@ -27,7 +27,7 @@
27@c Version of the manual and of Emacs. 27@c Version of the manual and of Emacs.
28@c Please remember to update the edition number in README as well. 28@c Please remember to update the edition number in README as well.
29@set VERSION 3.0 29@set VERSION 3.0
30@set EMACSVER 23.0.96 30@set EMACSVER 23.1.50
31@set DATE July 2009 31@set DATE July 2009
32 32
33@dircategory Emacs 33@dircategory Emacs
@@ -673,7 +673,7 @@ Completion
673* Minibuffer Completion:: Invoking the minibuffer with completion. 673* Minibuffer Completion:: Invoking the minibuffer with completion.
674* Completion Commands:: Minibuffer commands that do completion. 674* Completion Commands:: Minibuffer commands that do completion.
675* High-Level Completion:: Convenient special cases of completion 675* High-Level Completion:: Convenient special cases of completion
676 (reading buffer name, file name, etc.) 676 (reading buffer name, file name, etc.).
677* Reading File Names:: Using completion to read file names and 677* Reading File Names:: Using completion to read file names and
678 shell commands. 678 shell commands.
679* Completion Styles:: Specifying rules for performing completion. 679* Completion Styles:: Specifying rules for performing completion.
@@ -903,7 +903,7 @@ File Names
903 903
904File Format Conversion 904File Format Conversion
905 905
906* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region} 906* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region}.
907* Format Conversion Round-Trip:: Using @code{format-alist}. 907* Format Conversion Round-Trip:: Using @code{format-alist}.
908* Format Conversion Piecemeal:: Specifying non-paired conversion. 908* Format Conversion Piecemeal:: Specifying non-paired conversion.
909 909
@@ -1410,7 +1410,7 @@ Operating System Interface
1410* Terminal Input:: Accessing and recording terminal input. 1410* Terminal Input:: Accessing and recording terminal input.
1411* Terminal Output:: Controlling and recording terminal output. 1411* Terminal Output:: Controlling and recording terminal output.
1412* Sound Output:: Playing sounds on the computer's speaker. 1412* Sound Output:: Playing sounds on the computer's speaker.
1413* X11 Keysyms:: Operating on key symbols for X Windows 1413* X11 Keysyms:: Operating on key symbols for X Windows.
1414* Batch Mode:: Running Emacs without terminal interaction. 1414* Batch Mode:: Running Emacs without terminal interaction.
1415* Session Management:: Saving and restoring state with 1415* Session Management:: Saving and restoring state with
1416 X Session Management. 1416 X Session Management.
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi
index cadab937ca2..8945bc1bfed 100644
--- a/doc/lispref/vol2.texi
+++ b/doc/lispref/vol2.texi
@@ -27,7 +27,7 @@
27@c Version of the manual and of Emacs. 27@c Version of the manual and of Emacs.
28@c Please remember to update the edition number in README as well. 28@c Please remember to update the edition number in README as well.
29@set VERSION 3.0 29@set VERSION 3.0
30@set EMACSVER 23.0.96 30@set EMACSVER 23.1.50
31@set DATE July 2009 31@set DATE July 2009
32 32
33@dircategory Emacs 33@dircategory Emacs
@@ -672,7 +672,7 @@ Completion
672* Minibuffer Completion:: Invoking the minibuffer with completion. 672* Minibuffer Completion:: Invoking the minibuffer with completion.
673* Completion Commands:: Minibuffer commands that do completion. 673* Completion Commands:: Minibuffer commands that do completion.
674* High-Level Completion:: Convenient special cases of completion 674* High-Level Completion:: Convenient special cases of completion
675 (reading buffer name, file name, etc.) 675 (reading buffer name, file name, etc.).
676* Reading File Names:: Using completion to read file names and 676* Reading File Names:: Using completion to read file names and
677 shell commands. 677 shell commands.
678* Completion Styles:: Specifying rules for performing completion. 678* Completion Styles:: Specifying rules for performing completion.
@@ -902,7 +902,7 @@ File Names
902 902
903File Format Conversion 903File Format Conversion
904 904
905* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region} 905* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region}.
906* Format Conversion Round-Trip:: Using @code{format-alist}. 906* Format Conversion Round-Trip:: Using @code{format-alist}.
907* Format Conversion Piecemeal:: Specifying non-paired conversion. 907* Format Conversion Piecemeal:: Specifying non-paired conversion.
908 908
@@ -1409,7 +1409,7 @@ Operating System Interface
1409* Terminal Input:: Accessing and recording terminal input. 1409* Terminal Input:: Accessing and recording terminal input.
1410* Terminal Output:: Controlling and recording terminal output. 1410* Terminal Output:: Controlling and recording terminal output.
1411* Sound Output:: Playing sounds on the computer's speaker. 1411* Sound Output:: Playing sounds on the computer's speaker.
1412* X11 Keysyms:: Operating on key symbols for X Windows 1412* X11 Keysyms:: Operating on key symbols for X Windows.
1413* Batch Mode:: Running Emacs without terminal interaction. 1413* Batch Mode:: Running Emacs without terminal interaction.
1414* Session Management:: Saving and restoring state with 1414* Session Management:: Saving and restoring state with
1415 X Session Management. 1415 X Session Management.