From b69bcf34523551a93635bef90f0eb1d109c1076c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 2 Oct 2017 13:19:11 -0400 Subject: [PATCH] ; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix. --- lisp/emacs-lisp/cl-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") 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)) -- 2.39.5