aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-01-16 21:15:28 -0800
committerGlenn Morris2020-01-16 21:15:28 -0800
commit98c6416bfd31b7f19de4b6289715cc73df3c6394 (patch)
tree4e2153dfc5dda8612d5f42ad7fa7329e089d64e4
parentee0e3a792b386bbecec7b20249e04d6b70b96bb2 (diff)
downloademacs-98c6416bfd31b7f19de4b6289715cc73df3c6394.tar.gz
emacs-98c6416bfd31b7f19de4b6289715cc73df3c6394.zip
* lisp/obsolete/cust-print.el (print-circle): Doc tweak.
-rw-r--r--lisp/obsolete/cust-print.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/obsolete/cust-print.el b/lisp/obsolete/cust-print.el
index fbf80692037..40532ea5b9d 100644
--- a/lisp/obsolete/cust-print.el
+++ b/lisp/obsolete/cust-print.el
@@ -156,10 +156,7 @@ If nil, printing proceeds recursively and may lead to
156If non-nil, shared substructures anywhere in the structure are printed 156If non-nil, shared substructures anywhere in the structure are printed
157with `#N=' before the first occurrence (in the order of the print 157with `#N=' before the first occurrence (in the order of the print
158representation) and `#N#' in place of each subsequent occurrence, 158representation) and `#N#' in place of each subsequent occurrence,
159where N is a positive decimal integer. 159where N is a positive decimal integer."
160
161There is no way to read this representation in standard Emacs,
162but if you need to do so, try the cl-read.el package."
163 :type 'boolean 160 :type 'boolean
164 :group 'cust-print) 161 :group 'cust-print)
165 162