From: Richard M. Stallman Date: Sun, 7 Feb 1999 06:28:54 +0000 (+0000) Subject: (Fformat): Doc fix. X-Git-Tag: emacs-20.4~677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6c0ea9945c05af7024226fbe50ffd6cfef6e305;p=emacs.git (Fformat): Doc fix. --- 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\ %g means print a number in exponential notation\n\ or decimal-point notation, whichever uses fewer characters.\n\ %c means print a number as a single character.\n\ -%S means print any object as an s-expression (using prin1).\n\ +%S means print any object as an s-expression (using `prin1').\n\ The argument used for %d, %o, %x, %e, %f, %g or %c must be a number.\n\ Use %% to put a single % into the output.") (nargs, args)