From: Stefan Monnier Date: Fri, 2 Feb 2001 18:21:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.98~189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85eb236c0abc4f928a9f08b84067a3b740bb3b73;p=emacs.git *** empty log message *** --- diff --git a/src/print.c b/src/print.c index 10e1df934eb..aca3116eb58 100644 --- a/src/print.c +++ b/src/print.c @@ -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; {