changeset 71960:1df664b7bac5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 2006 00:11:20 +0000
parents d160bc774f49
children f2a11961b9d8
files lispref/ChangeLog lispref/strings.texi
diffstat 2 files changed, 18 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Tue Jul 18 00:09:52 2006 +0000
+++ b/lispref/ChangeLog	Tue Jul 18 00:11:20 2006 +0000
@@ -1,5 +1,21 @@
 2006-07-17  Richard Stallman  <rms@gnu.org>
 
+	* eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
+	Put period and comma inside quotes.
+	
+	* loading.texi, markers.texi: Use real doublequote inside menus.
+
+	* windows.texi: Put point and comma inside quotes.
+	(Textual Scrolling): Use @samp for error message.
+
+	* variables.texi, tips.texi, syntax.texi, symbols.texi: 
+	* strings.texi, streams.texi, processes.texi, os.texi: 
+	* objects.texi, numbers.texi, modes.texi, minibuf.texi:
+	* lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
+	* gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi: 
+	* display.texi, control.texi, commands.texi, buffers.texi, anti.texi: 
+	Put point and comma inside quotes.
+	
 	* control.texi (Processing of Errors): Add command-error-function.
 
 	* variables.texi (File Local Variables): Clarify that
--- a/lispref/strings.texi	Tue Jul 18 00:09:52 2006 +0000
+++ b/lispref/strings.texi	Tue Jul 18 00:11:20 2006 +0000
@@ -810,7 +810,7 @@
 
 @cindex field width
 @cindex padding
-  All the specification characters allow an optional ``width'', which
+  All the specification characters allow an optional ``width,'' which
 is a digit-string between the @samp{%} and the character.  If the
 printed representation of the object contains fewer characters than
 this width, then it is padded.  The padding is on the left if the
@@ -881,7 +881,7 @@
 nothing is inserted for positive numbers).  This flag is ignored
 except for @samp{%d}, @samp{%e}, @samp{%f}, @samp{%g}.
 
-The flag @samp{#} indicates ``alternate form''.  For @samp{%o} it
+The flag @samp{#} indicates ``alternate form.''  For @samp{%o} it
 ensures that the result begins with a 0.  For @samp{%x} and @samp{%X}
 the result is prefixed with @samp{0x} or @samp{0X}. For @samp{%e},
 @samp{%f}, and @samp{%g} a decimal point is always shown even if the