emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog simple.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog simple.el
Date: Wed, 25 Feb 2009 08:18:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/25 08:18:33

Modified files:
        lisp           : ChangeLog simple.el 

Log message:
        (eval-expression): Mention truncation in doc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15397&r2=1.15398
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.972&r2=1.973

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15397
retrieving revision 1.15398
diff -u -b -r1.15397 -r1.15398
--- ChangeLog   25 Feb 2009 04:00:08 -0000      1.15397
+++ ChangeLog   25 Feb 2009 08:18:30 -0000      1.15398
@@ -1,3 +1,8 @@
+2009-02-25  Glenn Morris  <address@hidden>
+
+       * simple.el (eval-expression):
+       * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
+
 2009-02-25  Dan Nicolaescu  <address@hidden>
 
        * vc-dir.el (vc-dir-update): Make sure ./ is always first in the 
listing.

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.972
retrieving revision 1.973
diff -u -b -r1.972 -r1.973
--- simple.el   14 Feb 2009 09:06:30 -0000      1.972
+++ simple.el   25 Feb 2009 08:18:33 -0000      1.973
@@ -1101,7 +1101,8 @@
 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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]