# HG changeset patch # User Stefan Monnier # Date 981138116 0 # Node ID 36ae5c21523f4977972c7c3650f57ad0476fff86 # Parent d90b80042f6bcf1225016ec110274420c6d52b04 *** empty log message *** diff -r d90b80042f6b -r 36ae5c21523f src/print.c --- a/src/print.c Fri Feb 02 18:10:41 2001 +0000 +++ b/src/print.c Fri Feb 02 18:21:56 2001 +0000 @@ -744,7 +744,7 @@ "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; {