diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-02-02 18:21:56 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-02-02 18:21:56 +0000 |
commit | 85eb236c0abc4f928a9f08b84067a3b740bb3b73 (patch) | |
tree | 3f694f019dcbdd2f432bb40bc9263c32e50f1ddb /src/print.c | |
parent | 2c366083cd0d072cbd3afca41aa93adadcd9eee9 (diff) | |
download | emacs-85eb236c0abc4f928a9f08b84067a3b740bb3b73.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/print.c')
-rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; { |