diff options
| author | Glenn Morris | 2017-11-22 17:52:11 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-11-22 17:52:11 -0500 |
| commit | 8e40429c960a9dd42103be9c41db5a3af7f9ee25 (patch) | |
| tree | f7fbfaf8298e67a6b13d00b16134d0b5c94de1a5 /src | |
| parent | ed2c542920da2a0d99de01e863cbd4ab7dfe13d7 (diff) | |
| download | emacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.tar.gz emacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.zip | |
; Fix some doc typos
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 81cda4af062..f275f33fc52 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -4118,7 +4118,7 @@ The # flag means to use an alternate display form for %o, %x, %X, %e, | |||
| 4118 | %f, and %g sequences: for %o, it ensures that the result begins with | 4118 | %f, and %g sequences: for %o, it ensures that the result begins with |
| 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\"; |
| 4120 | for %e and %f, it causes a decimal point to be included even if the | 4120 | for %e and %f, it causes a decimal point to be included even if the |
| 4121 | the precision is zero; for %g, it causes a decimal point to be | 4121 | precision is zero; for %g, it causes a decimal point to be |
| 4122 | included even if the precision is zero, and also forces trailing | 4122 | included even if the precision is zero, and also forces trailing |
| 4123 | zeros after the decimal point to be left in place. | 4123 | zeros after the decimal point to be left in place. |
| 4124 | 4124 | ||