]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Feb 2001 18:21:56 +0000 (18:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Feb 2001 18:21:56 +0000 (18:21 +0000)
src/print.c

index 10e1df934ebb30fa9dcf07941b812bb205cfae60..aca3116eb58fa4f0cbeca96580b09469336fd8a6 100644 (file)
@@ -744,7 +744,7 @@ DEFUN ("princ", Fprinc, Sprinc, 1, 2, 0,
   "Output the printed representation of OBJECT, any Lisp object.\n\
 No quoting characters are used; no delimiters are printed around\n\
 the contents of strings.\n\
-Output stream is PRINTCHARFUN, or value of standard-output (which see).")
+Output stream is PRINTCHARFUN, or value of `standard-output' (which see).")
   (object, printcharfun)
      Lisp_Object object, printcharfun;
 {