Mercurial > emacs
changeset 35071:bf884d9d7949
Revert last change except for %X.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 04 Jan 2001 21:01:18 +0000 |
parents | 94bdeddc5380 |
children | 7202c4acf7a5 |
files | lispref/strings.texi |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/strings.texi Thu Jan 04 20:40:07 2001 +0000 +++ b/lispref/strings.texi Thu Jan 04 21:01:18 2001 +0000 @@ -672,20 +672,17 @@ Replace the specification with the character which is the value given. @item %e -@itemx %E Replace the specification with the exponential notation for a floating -point number. @samp{%e} uses lower case @samp{e} for the exponent and -@samp{%E} uses upper case. +point number. @item %f Replace the specification with the decimal-point notation for a floating point number. @item %g -@itemx %G Replace the specification with notation for a floating point number, using either exponential notation or decimal-point notation, whichever -is shorter. @samp{%G} uses upper case if an exponent is printed. +is shorter. @item %% Replace the specification with a single @samp{%}. This format