Mercurial > emacs
changeset 35866:36ae5c21523f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 02 Feb 2001 18:21:56 +0000 |
parents | d90b80042f6b |
children | aec170580429 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {