aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-10-02 13:19:11 -0400
committerGlenn Morris2017-10-02 13:19:11 -0400
commitb69bcf34523551a93635bef90f0eb1d109c1076c (patch)
tree5aabdedc9d5c41055b09fdd6ddc3602bf3587737
parent987f39a124af378966dc5832a48599b110bba436 (diff)
downloademacs-b69bcf34523551a93635bef90f0eb1d109c1076c.tar.gz
emacs-b69bcf34523551a93635bef90f0eb1d109c1076c.zip
; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.
-rw-r--r--lisp/emacs-lisp/cl-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-print.el b/lisp/emacs-lisp/cl-print.el
index 87c03280f77..4fc178c29aa 100644
--- a/lisp/emacs-lisp/cl-print.el
+++ b/lisp/emacs-lisp/cl-print.el
@@ -268,7 +268,7 @@ into a button whose action shows the function's disassembly.")
268Output is further controlled by the variables 268Output is further controlled by the variables
269`cl-print-readably', `cl-print-compiled', along with output 269`cl-print-readably', `cl-print-compiled', along with output
270variables for the standard printing functions. See Info 270variables for the standard printing functions. See Info
271node `(elisp)Output Variables'. " 271node `(elisp)Output Variables'."
272 (cond 272 (cond
273 (cl-print-readably (prin1 object stream)) 273 (cl-print-readably (prin1 object stream))
274 ((not print-circle) (cl-print-object object stream)) 274 ((not print-circle) (cl-print-object object stream))