aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 4dbf4805721..ccc0d27b139 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4195,8 +4195,8 @@ Nth argument is substituted instead of the next one. A format can
4195contain either numbered or unnumbered %-sequences but not both, except 4195contain either numbered or unnumbered %-sequences but not both, except
4196that %% can be mixed with numbered %-sequences. 4196that %% can be mixed with numbered %-sequences.
4197 4197
4198The + flag character inserts a + before any positive number, while a 4198The + flag character inserts a + before any nonnegative number, while a
4199space inserts a space before any positive number; these flags only 4199space inserts a space before any nonnegative number; these flags only
4200affect %d, %e, %f, and %g sequences, and the + flag takes precedence. 4200affect %d, %e, %f, and %g sequences, and the + flag takes precedence.
4201The - and 0 flags affect the width specifier, as described below. 4201The - and 0 flags affect the width specifier, as described below.
4202 4202