diff options
author | Glenn Morris <rgm@gnu.org> | 2020-05-06 09:28:36 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-05-06 09:28:36 -0700 |
commit | 3568c5d86fc8d37d761245c19246f76803fb1f16 (patch) | |
tree | 540f4b3266535efa902b371b82f83ecd49ed5a7f /src/editfns.c | |
parent | 033bdd1b908b7cf30ed68bb9a25df0f800832fb3 (diff) | |
parent | 7be160d80002cd000f33da38d3a2f7a2920c1bf5 (diff) | |
download | emacs-3568c5d86fc8d37d761245c19246f76803fb1f16.tar.gz emacs-3568c5d86fc8d37d761245c19246f76803fb1f16.tar.bz2 emacs-3568c5d86fc8d37d761245c19246f76803fb1f16.zip |
Merge from origin/emacs-27
7be160d800 Improve "Help Summary" section in user manual
f6d6ccc984 Clarify message-sendmail-extra-arguments docstring
95fde1a851 * src/editfns.c (Fformat): Small documentation fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
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 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 |