diff options
| author | Glenn Morris | 2020-05-06 09:28:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-05-06 09:28:36 -0700 |
| commit | 3568c5d86fc8d37d761245c19246f76803fb1f16 (patch) | |
| tree | 540f4b3266535efa902b371b82f83ecd49ed5a7f /src | |
| parent | 033bdd1b908b7cf30ed68bb9a25df0f800832fb3 (diff) | |
| parent | 7be160d80002cd000f33da38d3a2f7a2920c1bf5 (diff) | |
| download | emacs-3568c5d86fc8d37d761245c19246f76803fb1f16.tar.gz 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')
| -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 | |||
| 3019 | left, but it goes on the right if the - flag is present. The padding | 3019 | left, but it goes on the right if the - flag is present. The padding |
| 3020 | character is normally a space, but it is 0 if the 0 flag is present. | 3020 | character is normally a space, but it is 0 if the 0 flag is present. |
| 3021 | The 0 flag is ignored if the - flag is present, or the format sequence | 3021 | The 0 flag is ignored if the - flag is present, or the format sequence |
| 3022 | is something other than %d, %e, %f, and %g. | 3022 | is something other than %d, %o, %x, %e, %f, and %g. |
| 3023 | 3023 | ||
| 3024 | For %e and %f sequences, the number after the "." in the precision | 3024 | For %e and %f sequences, the number after the "." in the precision |
| 3025 | specifier says how many decimal places to show; if zero, the decimal | 3025 | specifier says how many decimal places to show; if zero, the decimal |