aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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)