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 f6f5ccc9480..81cda4af062 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4119,7 +4119,7 @@ The # flag means to use an alternate display form for %o, %x, %X, %e,
4119\"0\"; for %x and %X, it prefixes the result with \"0x\" or \"0X\"; 4119\"0\"; for %x and %X, it prefixes the result with \"0x\" or \"0X\";
4120for %e and %f, it causes a decimal point to be included even if the 4120for %e and %f, it causes a decimal point to be included even if the
4121the precision is zero; for %g, it causes a decimal point to be 4121the precision is zero; for %g, it causes a decimal point to be
4122included even if the the precision is zero, and also forces trailing 4122included even if the precision is zero, and also forces trailing
4123zeros after the decimal point to be left in place. 4123zeros after the decimal point to be left in place.
4124 4124
4125The width specifier supplies a lower limit for the length of the 4125The width specifier supplies a lower limit for the length of the