; * 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
|
||||
`cl-print-readably', `cl-print-compiled', along with output
|
||||
variables for the standard printing functions. See Info
|
||||
node `(elisp)Output Variables'. "
|
||||
node `(elisp)Output Variables'."
|
||||
(cond
|
||||
(cl-print-readably (prin1 object stream))
|
||||
((not print-circle) (cl-print-object object stream))
|
||||
|
|
Loading…
Add table
Reference in a new issue