From 7c0c29ee3570354017b7f76c1bd3da46581b6711 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Jul 2006 00:11:20 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 16 ++++++++++++++++ lispref/strings.texi | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index dc000875cec..547789ffc51 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,21 @@ 2006-07-17 Richard Stallman + * 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 diff --git a/lispref/strings.texi b/lispref/strings.texi index 861e5b1c728..46c01982f32 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -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 -- 2.39.2