aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2011-10-09 14:26:29 +0200
committerMartin Rudalics2011-10-09 14:26:29 +0200
commitd83dc65b3f42fae9b2085b9a1ca986c401d49f8d (patch)
tree403ebf31f85d2ecab263f4ad79004de19a92dad3 /etc
parent56f2d1e18338b7096d6b7f85cc11d3bf598ab394 (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 99cb7b5ab48..7cda5ec09ff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1106,6 +1106,11 @@ See the docstring of `display-buffer' for details.
1106The behavior of `quit-window' has been changed in order to restore the 1106The behavior of `quit-window' has been changed in order to restore the
1107state before the last buffer display operation in that window. 1107state before the last buffer display operation in that window.
1108 1108
1109+++
1110*** The new option `frame-auto-hide-function' lets you choose between
1111iconfying or deleting a frame when burying a buffer shown in a dedicated
1112frame 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