diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-18 00:11:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-18 00:11:20 +0000 |
commit | 7c0c29ee3570354017b7f76c1bd3da46581b6711 (patch) | |
tree | b61fdbc153abe99f35f63ae85d6c363d7c17462f /lispref/strings.texi | |
parent | 36959e5157165f96e48ca44d87a271a20a0824f7 (diff) | |
download | emacs-7c0c29ee3570354017b7f76c1bd3da46581b6711.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/strings.texi')
-rw-r--r-- | lispref/strings.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |