]> git.eshelyaron.com Git - emacs.git/commitdiff
(eval-expression): Mention truncation in doc.
authorGlenn Morris <rgm@gnu.org>
Wed, 25 Feb 2009 08:18:30 +0000 (08:18 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 25 Feb 2009 08:18:30 +0000 (08:18 +0000)
lisp/ChangeLog
lisp/simple.el

index 415324d3d45a3b7675b092fdd498608d731faf44..9a57263380f90b2074b41b1b0620d4c6ad7f9beb 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (eval-expression):
+       * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
+
 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
index 4b60bcd40b55fb833e90ead92a7dcdd3ec11c545..a2ea434186a27cbaef549820d1801e2c9294c7f5 100644 (file)
@@ -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."