]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/obsolete/cust-print.el (print-circle): Doc tweak.
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2020 05:15:28 +0000 (21:15 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2020 05:15:28 +0000 (21:15 -0800)
lisp/obsolete/cust-print.el

index fbf806920370295ac055c4d6c4117b56196ccae3..40532ea5b9d48d069db8462eb70ade908902391b 100644 (file)
@@ -156,10 +156,7 @@ If nil, printing proceeds recursively and may lead to
 If non-nil, shared substructures anywhere in the structure are printed
 with `#N=' before the first occurrence (in the order of the print
 representation) and `#N#' in place of each subsequent occurrence,
-where N is a positive decimal integer.
-
-There is no way to read this representation in standard Emacs,
-but if you need to do so, try the cl-read.el package."
+where N is a positive decimal integer."
   :type 'boolean
   :group 'cust-print)