diff options
| author | Martin Rudalics | 2011-10-09 14:26:29 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-10-09 14:26:29 +0200 |
| commit | d83dc65b3f42fae9b2085b9a1ca986c401d49f8d (patch) | |
| tree | 403ebf31f85d2ecab263f4ad79004de19a92dad3 /etc | |
| parent | 56f2d1e18338b7096d6b7f85cc11d3bf598ab394 (diff) | |
| download | emacs-d83dc65b3f42fae9b2085b9a1ca986c401d49f8d.tar.gz emacs-d83dc65b3f42fae9b2085b9a1ca986c401d49f8d.zip | |
Describe frame-auto-hide-function and related issues.
* buffers.texi (The Buffer List): Describe how bury-buffer deals
with the selected window.
* windows.texi (Buffers and Windows): Reformulate text on how
replace-buffer-in-windows deals with a window.
(Quitting Windows): Describe how quit-window deals with a
standalone frame. Describe new option frame-auto-hide-function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1106,6 +1106,11 @@ See the docstring of `display-buffer' for details. | |||
| 1106 | The behavior of `quit-window' has been changed in order to restore the | 1106 | The behavior of `quit-window' has been changed in order to restore the |
| 1107 | state before the last buffer display operation in that window. | 1107 | state before the last buffer display operation in that window. |
| 1108 | 1108 | ||
| 1109 | +++ | ||
| 1110 | *** The new option `frame-auto-hide-function' lets you choose between | ||
| 1111 | iconfying or deleting a frame when burying a buffer shown in a dedicated | ||
| 1112 | frame or quitting a window showing a buffer in a frame of its own. | ||
| 1113 | |||
| 1109 | ** Completion | 1114 | ** Completion |
| 1110 | 1115 | ||
| 1111 | *** New variable completion-extra-properties used to specify extra properties | 1116 | *** New variable completion-extra-properties used to specify extra properties |