mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Revert last change except for %X.
This commit is contained in:
parent
2f5ded21ee
commit
394d33a8ff
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue