aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2001-01-04 21:02:24 +0000
committerDave Love2001-01-04 21:02:24 +0000
commite066768e65893f33272655691c0e793ab18c5c1f (patch)
tree86ab83d141ff4ec14d44d0b18b0fc030a54f8c82 /src
parent394d33a8ff9bb8b0d64c3f97d4aa074ea38e4a9d (diff)
downloademacs-e066768e65893f33272655691c0e793ab18c5c1f.tar.gz
emacs-e066768e65893f33272655691c0e793ab18c5c1f.zip
(Fformat): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index deadd106bd7..aea1567c760 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3055,6 +3055,7 @@ The other arguments are substituted into it to make the result, a string.\n\
3055It may contain %-sequences meaning to substitute the next argument.\n\ 3055It may contain %-sequences meaning to substitute the next argument.\n\
3056%s means print a string argument. Actually, prints any object, with `princ'.\n\ 3056%s means print a string argument. Actually, prints any object, with `princ'.\n\
3057%d means print as number in decimal (%o octal, %x hex).\n\ 3057%d means print as number in decimal (%o octal, %x hex).\n\
3058%X is like %x, but uses upper case.\n\
3058%e means print a number in exponential notation.\n\ 3059%e means print a number in exponential notation.\n\
3059%f means print a number in decimal-point notation.\n\ 3060%f means print a number in decimal-point notation.\n\
3060%g means print a number in exponential notation\n\ 3061%g means print a number in exponential notation\n\