emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105182: Doc fix for eval-expression


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105182: Doc fix for eval-expression
Date: Thu, 14 Jul 2011 01:35:36 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105182
fixes bug(s): http://debbugs.gnu.org/6495
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 01:35:36 +0200
message:
  Doc fix for eval-expression
  
  * simple.el (eval-expression): Note what it does if called
  interactively.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-13 22:22:08 +0000
+++ b/lisp/ChangeLog    2011-07-13 23:35:36 +0000
@@ -1,3 +1,8 @@
+2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * simple.el (eval-expression): Note what it does if called
+       interactively (bug#6495).
+
 2011-07-13  Chong Yidong  <address@hidden>
 
        * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.  Use

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-07-13 16:39:49 +0000
+++ b/lisp/simple.el    2011-07-13 23:35:36 +0000
@@ -1152,6 +1152,8 @@
 (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


reply via email to

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