aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-29 23:48:06 -0800
committerGlenn Morris2014-01-29 23:48:06 -0800
commit6bbc0c845f910abcd8059c57476a6aa267138318 (patch)
tree18b7bf52f0561e3d5b9f1c1806f8b9fd13e1a5b7 /etc
parentad78f432005af4100fb6be5bb015393f77e1fdfe (diff)
downloademacs-6bbc0c845f910abcd8059c57476a6aa267138318.tar.gz
emacs-6bbc0c845f910abcd8059c57476a6aa267138318.zip
* lisp/simple.el (eval-expression): Doc fix.
* etc/NEWS: Add missing entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bf26c669ea1..4c92c329872 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -221,6 +221,9 @@ equivalent to setting `(eval-expression-)print-length' and
221`(eval-expression-)print-level' to nil. Additionally, it causes integers 221`(eval-expression-)print-level' to nil. Additionally, it causes integers
222to be printed in other formats (octal, hexadecimal, and character). 222to be printed in other formats (octal, hexadecimal, and character).
223 223
224*** New hook `eval-expression-minibuffer-setup-hook' run by
225`eval-expression' on entering the minibuffer.
226
224--- 227---
225** `write-region-inhibit-fsync' now defaults to t in batch mode. 228** `write-region-inhibit-fsync' now defaults to t in batch mode.
226 229