]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 2 Oct 2017 17:19:11 +0000 (13:19 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 2 Oct 2017 17:19:11 +0000 (13:19 -0400)
lisp/emacs-lisp/cl-print.el

index 87c03280f77281f418f44376448f03c1d4014640..4fc178c29aad464690a3a9742aba92daa762201f 100644 (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))