]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS fix
authorGlenn Morris <rgm@gnu.org>
Tue, 9 Sep 2014 01:20:01 +0000 (21:20 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 9 Sep 2014 01:20:01 +0000 (21:20 -0400)
display-buffer-in-previous-window existed before 24.4, but was not
in display-buffer-fallback-action

etc/NEWS

index 654160c4a7ad5898b87e6a2d1ac30e563786ee47..70dfc504a0b260114a55738d4a5845f5920ff7f6 100644 (file)
--- 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,