* lisp/simple.el (eval-expression): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 30 Jan 2014 07:48:06 +0000 (23:48 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 30 Jan 2014 07:48:06 +0000 (23:48 -0800)
* etc/NEWS: Add missing entry.

etc/NEWS
lisp/ChangeLog
lisp/simple.el

index bf26c66..4c92c32 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -221,6 +221,9 @@ equivalent to setting `(eval-expression-)print-length' and
 `(eval-expression-)print-level' to nil.  Additionally, it causes integers
 to be printed in other formats (octal, hexadecimal, and character).
 
+*** New hook `eval-expression-minibuffer-setup-hook' run by
+`eval-expression' on entering the minibuffer.
+
 ---
 ** `write-region-inhibit-fsync' now defaults to t in batch mode.
 
index 1e11782..2a073a1 100644 (file)
@@ -1,5 +1,7 @@
 2014-01-30  Glenn Morris  <rgm@gnu.org>
 
+       * simple.el (eval-expression): Doc fix.
+
        * hexl.el (hexl-mode-hook):
        * ielm.el (ielm-mode-hook):
        * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
index 0aa3276..2e924c8 100644 (file)
@@ -1401,6 +1401,9 @@ however, there is no such truncation.  Such a prefix argument
 also causes integers to be printed in several additional formats
 \(octal, hexadecimal, and character).
 
+Runs the hook `eval-expression-minibuffer-setup-hook' on entering the
+minibuffer.
+
 If `eval-expression-debug-on-error' is non-nil, which is the default,
 this command arranges for all errors to enter the debugger."
   (interactive