1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.

This commit is contained in:
Glenn Morris 2017-10-02 13:19:11 -04:00
parent 987f39a124
commit b69bcf3452

View File

@ -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))