diff src/editfns.c @ 24272:986eeaabee10

(Fformat): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Feb 1999 06:28:54 +0000
parents 3cc42e65f25b
children d6fcaeb4c03c
line wrap: on
line diff
--- a/src/editfns.c	Sun Feb 07 04:07:14 1999 +0000
+++ b/src/editfns.c	Sun Feb 07 06:28:54 1999 +0000
@@ -2459,7 +2459,7 @@
 %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)