]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 2006 00:11:20 +0000 (00:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 2006 00:11:20 +0000 (00:11 +0000)
lispref/ChangeLog
lispref/strings.texi

index dc000875cec2e6a9d68b87b16d22e87feec49049..547789ffc517794bc1e8dd5079dee4962ca00b07 100644 (file)
@@ -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
index 861e5b1c728e030967bd2af866ad4ca8b2a9e603..46c01982f32abc3d57e94961afc407ca0813d18b 100644 (file)
@@ -810,7 +810,7 @@ operation} error.
 
 @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 @@ A space character inserts a space for positive numbers (otherwise
 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