aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/strings.texi
diff options
context:
space:
mode:
authorDave Love2001-01-04 21:01:18 +0000
committerDave Love2001-01-04 21:01:18 +0000
commit394d33a8ff9bb8b0d64c3f97d4aa074ea38e4a9d (patch)
treea7049b7960db507be5454ddf9b725f37d12d2be0 /lispref/strings.texi
parent2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc (diff)
downloademacs-394d33a8ff9bb8b0d64c3f97d4aa074ea38e4a9d.tar.gz
emacs-394d33a8ff9bb8b0d64c3f97d4aa074ea38e4a9d.zip
Revert last change except for %X.
Diffstat (limited to 'lispref/strings.texi')
-rw-r--r--lispref/strings.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi
index ac305225fc0..970497871ea 100644
--- a/lispref/strings.texi
+++ b/lispref/strings.texi
@@ -672,20 +672,17 @@ integer. @samp{%x} uses lower case and @samp{%X} uses upper case.
672Replace the specification with the character which is the value given. 672Replace the specification with the character which is the value given.
673 673
674@item %e 674@item %e
675@itemx %E
676Replace the specification with the exponential notation for a floating 675Replace the specification with the exponential notation for a floating
677point number. @samp{%e} uses lower case @samp{e} for the exponent and 676point number.
678@samp{%E} uses upper case.
679 677
680@item %f 678@item %f
681Replace the specification with the decimal-point notation for a floating 679Replace the specification with the decimal-point notation for a floating
682point number. 680point number.
683 681
684@item %g 682@item %g
685@itemx %G
686Replace the specification with notation for a floating point number, 683Replace the specification with notation for a floating point number,
687using either exponential notation or decimal-point notation, whichever 684using either exponential notation or decimal-point notation, whichever
688is shorter. @samp{%G} uses upper case if an exponent is printed. 685is shorter.
689 686
690@item %% 687@item %%
691Replace the specification with a single @samp{%}. This format 688Replace the specification with a single @samp{%}. This format