emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116205: * lisp/simple.el (eval-expression): Doc fix


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116205: * lisp/simple.el (eval-expression): Doc fix.
Date: Thu, 30 Jan 2014 07:48:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116205
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-29 23:48:06 -0800
message:
  * lisp/simple.el (eval-expression): Doc fix.
  
  * etc/NEWS: Add missing entry.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-29 08:36:32 +0000
+++ b/etc/NEWS  2014-01-30 07:48:06 +0000
@@ -221,6 +221,9 @@
 `(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.
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-30 07:42:57 +0000
+++ b/lisp/ChangeLog    2014-01-30 07:48:06 +0000
@@ -1,5 +1,7 @@
 2014-01-30  Glenn Morris  <address@hidden>
 
+       * 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)

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2014-01-29 08:27:55 +0000
+++ b/lisp/simple.el    2014-01-30 07:48:06 +0000
@@ -1401,6 +1401,9 @@
 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


reply via email to

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