From: Richard M. Stallman Date: Wed, 13 Aug 2003 17:25:42 +0000 (+0000) Subject: (Output Variables): Add eval-expression-print-length X-Git-Tag: ttn-vms-21-2-B4~9113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2683ea7319f8470e6adc3fdedd011c8ec738aa4b;p=emacs.git (Output Variables): Add eval-expression-print-length and eval-expression-print-level. --- diff --git a/lispref/streams.texi b/lispref/streams.texi index bcddb742212..bcf4ecc5dc4 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -771,6 +771,14 @@ exceeding this limit is abbreviated with an ellipsis. A value of @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.