summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cust-print.el
diff options
context:
space:
mode:
authorChristopher Zaborsky <rogue@erratum.com>1992-10-06 21:01:11 +0000
committerChristopher Zaborsky <rogue@erratum.com>1992-10-06 21:01:11 +0000
commitc2ced5d8c1a860c85285355c74d687822b6c1e68 (patch)
treeb896b0a408672c5b05e87b51bbbf9e0f3861f887 /lisp/emacs-lisp/cust-print.el
parentff11d0d93dbfb0bbbfaa264b6c7cf559ab5861ed (diff)
downloademacs-c2ced5d8c1a860c85285355c74d687822b6c1e68.tar.gz
Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/cust-print.el')
-rw-r--r--lisp/emacs-lisp/cust-print.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el
index da14363d970..2dc18d43f93 100644
--- a/lisp/emacs-lisp/cust-print.el
+++ b/lisp/emacs-lisp/cust-print.el
@@ -217,8 +217,9 @@ uninstall-custom-print-funcs."
;; (or princ) -- so far only the printing and formatting subrs.
(defun custom-prin1 (object &optional stream)
- "Replacement for standard prin1 that uses the appropriate
-printer depending on the values of print-level and print-circle (which see).
+ "Replacement for standard prin1.
+Uses the appropriate printer depending on the values of print-level
+and print-circle (which see).
Output the printed representation of OBJECT, any Lisp object.
Quoting characters are printed when needed to make output that `read'