From 9af66738a6deb321c77cb277c808e857d537acd9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 Feb 2009 08:18:30 +0000 Subject: [PATCH] (eval-expression): Mention truncation in doc. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 415324d3d45..9a57263380f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-02-25 Glenn Morris + + * simple.el (eval-expression): + * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc. + 2009-02-25 Dan Nicolaescu * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing. diff --git a/lisp/simple.el b/lisp/simple.el index 4b60bcd40b5..a2ea434186a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1101,7 +1101,8 @@ display the result of expression evaluation." Value is also consed on to front of the variable `values'. Optional argument EVAL-EXPRESSION-INSERT-VALUE, if non-nil, means insert the result into the current buffer instead of printing it in -the echo area. +the echo area. Truncates long output according to the value of the +variables `eval-expression-print-length' and `eval-expression-print-level'. If `eval-expression-debug-on-error' is non-nil, which is the default, this command arranges for all errors to enter the debugger." -- 2.39.5