aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2017-11-22 17:52:11 -0500
committerGlenn Morris2017-11-22 17:52:11 -0500
commit8e40429c960a9dd42103be9c41db5a3af7f9ee25 (patch)
treef7fbfaf8298e67a6b13d00b16134d0b5c94de1a5 /src
parented2c542920da2a0d99de01e863cbd4ab7dfe13d7 (diff)
downloademacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.tar.gz
emacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.zip
; Fix some doc typos
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 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\";
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 4121precision is zero; for %g, it causes a decimal point to be
4122included even if 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