[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/lispref elisp.texi [EMACS_23_1_RC]
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/doc/lispref elisp.texi [EMACS_23_1_RC] |
Date: |
Fri, 10 Jul 2009 06:08:04 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_23_1_RC
Changes by: Glenn Morris <gm> 09/07/10 06:08:04
Modified files:
doc/lispref : elisp.texi
Log message:
End menu descriptions with period.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/elisp.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.38.2.3&r2=1.38.2.4
Patches:
Index: elisp.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/elisp.texi,v
retrieving revision 1.38.2.3
retrieving revision 1.38.2.4
diff -u -b -r1.38.2.3 -r1.38.2.4
--- elisp.texi 10 Jul 2009 05:22:23 -0000 1.38.2.3
+++ elisp.texi 10 Jul 2009 06:08:04 -0000 1.38.2.4
@@ -654,7 +654,7 @@
* Minibuffer Completion:: Invoking the minibuffer with completion.
* Completion Commands:: Minibuffer commands that do completion.
* High-Level Completion:: Convenient special cases of completion
- (reading buffer name, file name, etc.)
+ (reading buffer name, file name, etc.).
* Reading File Names:: Using completion to read file names and
shell commands.
* Completion Styles:: Specifying rules for performing completion.
@@ -884,7 +884,7 @@
File Format Conversion
-* Format Conversion Overview:: @code{insert-file-contents} and
@code{write-region}
+* Format Conversion Overview:: @code{insert-file-contents} and
@code{write-region}.
* Format Conversion Round-Trip:: Using @code{format-alist}.
* Format Conversion Piecemeal:: Specifying non-paired conversion.
@@ -1391,7 +1391,7 @@
* Terminal Input:: Accessing and recording terminal input.
* Terminal Output:: Controlling and recording terminal output.
* Sound Output:: Playing sounds on the computer's speaker.
-* X11 Keysyms:: Operating on key symbols for X Windows
+* X11 Keysyms:: Operating on key symbols for X Windows.
* Batch Mode:: Running Emacs without terminal interaction.
* Session Management:: Saving and restoring state with
X Session Management.