aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-02-02 18:21:56 +0000
committerStefan Monnier2001-02-02 18:21:56 +0000
commit85eb236c0abc4f928a9f08b84067a3b740bb3b73 (patch)
tree3f694f019dcbdd2f432bb40bc9263c32e50f1ddb /src
parent2c366083cd0d072cbd3afca41aa93adadcd9eee9 (diff)
downloademacs-85eb236c0abc4f928a9f08b84067a3b740bb3b73.tar.gz
emacs-85eb236c0abc4f928a9f08b84067a3b740bb3b73.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
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,
744 "Output the printed representation of OBJECT, any Lisp object.\n\ 744 "Output the printed representation of OBJECT, any Lisp object.\n\
745No quoting characters are used; no delimiters are printed around\n\ 745No quoting characters are used; no delimiters are printed around\n\
746the contents of strings.\n\ 746the contents of strings.\n\
747Output stream is PRINTCHARFUN, or value of standard-output (which see).") 747Output stream is PRINTCHARFUN, or value of `standard-output' (which see).")
748 (object, printcharfun) 748 (object, printcharfun)
749 Lisp_Object object, printcharfun; 749 Lisp_Object object, printcharfun;
750{ 750{