changeset 52190:f18ef41c0b41

(Output Variables): Add eval-expression-print-length and eval-expression-print-level.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 2003 17:25:42 +0000
parents 8cec82e55147
children db7b7dd7c12c
files lispref/streams.texi
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/streams.texi	Wed Aug 13 17:25:05 2003 +0000
+++ b/lispref/streams.texi	Wed Aug 13 17:25:42 2003 +0000
@@ -771,6 +771,14 @@
 @code{nil} (which is the default) means no limit.
 @end defvar
 
+@defopt eval-expression-print-length
+@defoptx eval-expression-print-level
+These are the values for @code{print-length} and @code{print-level}
+used by @code{eval-expression}, and thus, indirectly, by many
+interactive evaluation commands (@pxref{Lisp Eval,, Evaluating
+Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}).
+@end defopt
+
   These variables are used for detecting and reporting circular
 and shared structure---but they are only defined in Emacs 21.