* src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945)
This commit is contained in:
parent
ecc29fbd5a
commit
7caeef1622
1 changed files with 2 additions and 1 deletions
|
@ -4105,7 +4105,8 @@ the next available argument, or the argument explicitly specified:
|
|||
|
||||
%s means print a string argument. Actually, prints any object, with `princ'.
|
||||
%d means print as signed number in decimal.
|
||||
%o means print as unsigned number in octal, %x as unsigned number in hex.
|
||||
%o means print as unsigned number in octal.
|
||||
%x means print as unsigned number in hex.
|
||||
%X is like %x, but uses upper case.
|
||||
%e means print a number in exponential notation.
|
||||
%f means print a number in decimal-point notation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue