aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 c32488e271f..763d95bb8fa 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3019,7 +3019,7 @@ printed representation. The padding, if any, normally goes on the
3019left, but it goes on the right if the - flag is present. The padding 3019left, but it goes on the right if the - flag is present. The padding
3020character is normally a space, but it is 0 if the 0 flag is present. 3020character is normally a space, but it is 0 if the 0 flag is present.
3021The 0 flag is ignored if the - flag is present, or the format sequence 3021The 0 flag is ignored if the - flag is present, or the format sequence
3022is something other than %d, %e, %f, and %g. 3022is something other than %d, %o, %x, %e, %f, and %g.
3023 3023
3024For %e and %f sequences, the number after the "." in the precision 3024For %e and %f sequences, the number after the "." in the precision
3025specifier says how many decimal places to show; if zero, the decimal 3025specifier says how many decimal places to show; if zero, the decimal