]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in doc/lispref/strings.texi
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Jan 2017 09:14:28 +0000 (11:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Jan 2017 09:14:28 +0000 (11:14 +0200)
* doc/lispref/strings.texi (Formatting Strings): One more
clarification to the last change.  (Bug#25557)

doc/lispref/strings.texi

index d5980f62bd492063ae807f2c1c2b4bc165a6173d..02dfdfb097136f01b267fbb22959ce501b26e73a 100644 (file)
@@ -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