diff options
author | Glenn Morris <rgm@gnu.org> | 2020-01-16 21:15:28 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-01-16 21:15:28 -0800 |
commit | 98c6416bfd31b7f19de4b6289715cc73df3c6394 (patch) | |
tree | 4e2153dfc5dda8612d5f42ad7fa7329e089d64e4 /lisp | |
parent | ee0e3a792b386bbecec7b20249e04d6b70b96bb2 (diff) | |
download | emacs-98c6416bfd31b7f19de4b6289715cc73df3c6394.tar.gz emacs-98c6416bfd31b7f19de4b6289715cc73df3c6394.tar.bz2 emacs-98c6416bfd31b7f19de4b6289715cc73df3c6394.zip |
* lisp/obsolete/cust-print.el (print-circle): Doc tweak.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/obsolete/cust-print.el | 5 |
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 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) |