From e066768e65893f33272655691c0e793ab18c5c1f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 4 Jan 2001 21:02:24 +0000 Subject: [PATCH] (Fformat): Doc fix. --- src/editfns.c | 1 + 1 file changed, 1 insertion(+) 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\ It may contain %-sequences meaning to substitute the next argument.\n\ %s means print a string argument. Actually, prints any object, with `princ'.\n\ %d means print as number in decimal (%o octal, %x hex).\n\ +%X is like %x, but uses upper case.\n\ %e means print a number in exponential notation.\n\ %f means print a number in decimal-point notation.\n\ %g means print a number in exponential notation\n\ -- 2.11.4.GIT