From 394d33a8ff9bb8b0d64c3f97d4aa074ea38e4a9d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 4 Jan 2001 21:01:18 +0000 Subject: [PATCH] Revert last change except for %X. --- lispref/strings.texi | 7 ++----- 1 file 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. 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 -- 2.11.4.GIT