]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for eval-expression
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 23:35:36 +0000 (01:35 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 23:35:36 +0000 (01:35 +0200)
* simple.el (eval-expression): Note what it does if called
interactively.

Fixes: debbugs:6495
lisp/ChangeLog
lisp/simple.el

index 00a48ff73c14cb7a2675b5f7ddeb3681755de8aa..71faf19b621d237d90a2ba302e69357aee61021e 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * simple.el (eval-expression): Note what it does if called
+       interactively (bug#6495).
+
 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.  Use
index 895496a34f88ead21415a4a4072f416142d9d5a8..643334029247d25c013e86bcf9a4689ae26737f0 100644 (file)
@@ -1152,6 +1152,8 @@ display the result of expression evaluation."
 (defun eval-expression (eval-expression-arg
                        &optional eval-expression-insert-value)
   "Evaluate EVAL-EXPRESSION-ARG and print value in the echo area.
+When called interactively, read an Emacs Lisp expression and
+evaluate it.
 Value is also consed on to front of the variable `values'.
 Optional argument EVAL-EXPRESSION-INSERT-VALUE non-nil (interactively,
 with prefix argument) means insert the result into the current buffer