aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-07 06:28:54 +0000
committerRichard M. Stallman1999-02-07 06:28:54 +0000
commitd6c0ea9945c05af7024226fbe50ffd6cfef6e305 (patch)
treef36d473fa7440da11ea4d1b4f2c4288a060f275e /src
parent3b7f63b13fde224c5b0cf76a9dea51e820f1d93e (diff)
downloademacs-d6c0ea9945c05af7024226fbe50ffd6cfef6e305.tar.gz
emacs-d6c0ea9945c05af7024226fbe50ffd6cfef6e305.zip
(Fformat): Doc fix.
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 495ffb4a56a..f1b77d56ff0 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2459,7 +2459,7 @@ It may contain %-sequences meaning to substitute the next argument.\n\
2459%g means print a number in exponential notation\n\ 2459%g means print a number in exponential notation\n\
2460 or decimal-point notation, whichever uses fewer characters.\n\ 2460 or decimal-point notation, whichever uses fewer characters.\n\
2461%c means print a number as a single character.\n\ 2461%c means print a number as a single character.\n\
2462%S means print any object as an s-expression (using prin1).\n\ 2462%S means print any object as an s-expression (using `prin1').\n\
2463 The argument used for %d, %o, %x, %e, %f, %g or %c must be a number.\n\ 2463 The argument used for %d, %o, %x, %e, %f, %g or %c must be a number.\n\
2464Use %% to put a single % into the output.") 2464Use %% to put a single % into the output.")
2465 (nargs, args) 2465 (nargs, args)