summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-10-08 01:36:35 +0000
committerMiles Bader <miles@gnu.org>2000-10-08 01:36:35 +0000
commit4fbdfdcf8e32ef3dcebdef2a3a84875b6b023831 (patch)
tree0bcf7ed12aa476855ca0d0411b2ef09c3b734e7f /etc
parentc5c46a261726f71e1d3a78a42fc59322c78ca304 (diff)
downloademacs-4fbdfdcf8e32ef3dcebdef2a3a84875b6b023831.tar.gz
Add entry for `display-message-or-buffer'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c228e865ea0..8caeff69dd3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1745,6 +1745,11 @@ functionality with aliases for the mldrag functions.
* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related features are described in a page of their own below.)
++++
+** The new function `display-message-or-buffer' displays a message in
+the echo area or pops up a buffer, depending on the length of the
+message.
+
** The new macro `with-auto-compression-mode' allows evaluating an
expression with auto-compression-mode enabled.