summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-09-08 21:20:01 -0400
committerGlenn Morris <rgm@gnu.org>2014-09-08 21:20:01 -0400
commitfeb7e20179471458b702ada2521272e913598314 (patch)
treeb811be11466465f2c2f24aa9127f87af47907f97
parent6e82d877a4a59feb4390baeb2ccc57e7cd03593d (diff)
downloademacs-feb7e20179471458b702ada2521272e913598314.tar.gz
NEWS fix
display-buffer-in-previous-window existed before 24.4, but was not in display-buffer-fallback-action
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 654160c4a7a..70dfc504a0b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -240,9 +240,6 @@ of the buffer is visible).
*** New display actions functions for `display-buffer':
-**** `display-buffer-in-previous-window' displays a buffer in a window
-previously showing that buffer.
-
**** `display-buffer-at-bottom' chooses or creates a window at the
bottom of the selected frame.
@@ -252,6 +249,9 @@ bottom of the selected frame.
caller of `display-buffer' is ready to handle the case of not displaying
the buffer in a window.
+*** `display-buffer-in-previous-window' is now a member of
+`display-buffer-fallback-action'.
+
** Lisp evaluation
*** `eval-defun' on an already defined defcustom calls the :set function,