summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2020-05-05 14:58:24 +0200
committerPhilipp Stephani <phst@google.com>2020-05-05 14:59:27 +0200
commit95fde1a851a88e782aaa812ea9370e1e4b889904 (patch)
tree46cde224d362c7573cb3dad4a2b0e35bb36c3864 /src
parent9f5999b08d4c9cfa37f19acec1c874db519e5705 (diff)
downloademacs-95fde1a851a88e782aaa812ea9370e1e4b889904.tar.gz
* src/editfns.c (Fformat): Small documentation fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index ddf190b1752..fe1feaf1e77 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3057,7 +3057,7 @@ printed representation. The padding, if any, normally goes on the
left, but it goes on the right if the - flag is present. The padding
character is normally a space, but it is 0 if the 0 flag is present.
The 0 flag is ignored if the - flag is present, or the format sequence
-is something other than %d, %e, %f, and %g.
+is something other than %d, %o, %x, %e, %f, and %g.
For %e and %f sequences, the number after the "." in the precision
specifier says how many decimal places to show; if zero, the decimal