1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-07-18 00:11:20 +00:00
parent 36959e5157
commit 7c0c29ee35
2 changed files with 18 additions and 2 deletions

View 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

View 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