; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.
This commit is contained in:
parent
987f39a124
commit
b69bcf3452
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ into a button whose action shows the function's disassembly.")
|
||||||
Output is further controlled by the variables
|
Output is further controlled by the variables
|
||||||
`cl-print-readably', `cl-print-compiled', along with output
|
`cl-print-readably', `cl-print-compiled', along with output
|
||||||
variables for the standard printing functions. See Info
|
variables for the standard printing functions. See Info
|
||||||
node `(elisp)Output Variables'. "
|
node `(elisp)Output Variables'."
|
||||||
(cond
|
(cond
|
||||||
(cl-print-readably (prin1 object stream))
|
(cl-print-readably (prin1 object stream))
|
||||||
((not print-circle) (cl-print-object object stream))
|
((not print-circle) (cl-print-object object stream))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue