diff options
| author | Glenn Morris | 2014-09-08 21:20:01 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-09-08 21:20:01 -0400 |
| commit | feb7e20179471458b702ada2521272e913598314 (patch) | |
| tree | b811be11466465f2c2f24aa9127f87af47907f97 | |
| parent | 6e82d877a4a59feb4390baeb2ccc57e7cd03593d (diff) | |
| download | emacs-feb7e20179471458b702ada2521272e913598314.tar.gz emacs-feb7e20179471458b702ada2521272e913598314.zip | |
NEWS fix
display-buffer-in-previous-window existed before 24.4, but was not
in display-buffer-fallback-action
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -240,9 +240,6 @@ of the buffer is visible). | |||
| 240 | 240 | ||
| 241 | *** New display actions functions for `display-buffer': | 241 | *** New display actions functions for `display-buffer': |
| 242 | 242 | ||
| 243 | **** `display-buffer-in-previous-window' displays a buffer in a window | ||
| 244 | previously showing that buffer. | ||
| 245 | |||
| 246 | **** `display-buffer-at-bottom' chooses or creates a window at the | 243 | **** `display-buffer-at-bottom' chooses or creates a window at the |
| 247 | bottom of the selected frame. | 244 | bottom of the selected frame. |
| 248 | 245 | ||
| @@ -252,6 +249,9 @@ bottom of the selected frame. | |||
| 252 | caller of `display-buffer' is ready to handle the case of not displaying | 249 | caller of `display-buffer' is ready to handle the case of not displaying |
| 253 | the buffer in a window. | 250 | the buffer in a window. |
| 254 | 251 | ||
| 252 | *** `display-buffer-in-previous-window' is now a member of | ||
| 253 | `display-buffer-fallback-action'. | ||
| 254 | |||
| 255 | ** Lisp evaluation | 255 | ** Lisp evaluation |
| 256 | 256 | ||
| 257 | *** `eval-defun' on an already defined defcustom calls the :set function, | 257 | *** `eval-defun' on an already defined defcustom calls the :set function, |