diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-01-28 11:14:28 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-01-28 11:14:28 +0200 |
commit | b3139da0778739b88e17aa9d980e6025b811f928 (patch) | |
tree | 49410897182c8cde878606fa5e94be77366c30d3 /doc/lispref/strings.texi | |
parent | c331f393c120208983a4c9890cfd606635ef782a (diff) | |
download | emacs-b3139da0778739b88e17aa9d980e6025b811f928.tar.gz emacs-b3139da0778739b88e17aa9d980e6025b811f928.tar.bz2 emacs-b3139da0778739b88e17aa9d980e6025b811f928.zip |
; Fix last change in doc/lispref/strings.texi
* doc/lispref/strings.texi (Formatting Strings): One more
clarification to the last change. (Bug#25557)
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r-- | doc/lispref/strings.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index d5980f62bd4..02dfdfb0971 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -921,7 +921,10 @@ floating-point number. Replace the specification with notation for a floating-point number, using either exponential notation or decimal-point notation. The exponential notation is used if the exponent would be less than -4 or -greater than or equal to the precision (default: 6). +greater than or equal to the precision (default: 6). By default, +trailing zeros are removed from the fractional portion of the result +and a decimal-point character appears only if it is followed by a +digit. @item %% Replace the specification with a single @samp{%}. This format |