aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-03-25 13:37:58 +0300
committerEli Zaretskii2016-03-25 13:37:58 +0300
commit422c3dadce6dbd33ced2024782438af68c5756de (patch)
tree3fde898794f9e1fab1e3521d683c0d34abd9aaa2 /etc
parent90fb9b38dd4a386a71cdf7c3bf6b42292db43c42 (diff)
downloademacs-422c3dadce6dbd33ced2024782438af68c5756de.tar.gz
emacs-422c3dadce6dbd33ced2024782438af68c5756de.zip
Minor copyedits of documentation for temporary displays
* doc/emacs/windows.texi (Temporary Displays): Improve indexing. Minor changes in wording. (Window Choice, Displaying Buffers, Pop Up Window): Disambiguate index entries for 'display-buffer'. * etc/NEWS: Minor rewording of the entry about temporary displays.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 35f93410e8f..96ec1f1ddfa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1927,10 +1927,14 @@ frames.
1927and 'window-divider-default-right-width'. 1927and 'window-divider-default-right-width'.
1928 1928
1929+++ 1929+++
1930*** The minibuffer completions window is now displayad at the bottom of 1930*** The window displaying the '*Completions*' buffer with minibuffer
1931the selected frame and always fit to its buffer. The Emacs manual 1931completion candidates is now shown at the bottom of the selected
1932frame. The size of that window is always as large as required to
1933display all the candidates, except when limited by the minimum size
1934of the other windows on that frame; those other windows are resized
1935to provide space for the '*Completions*' display. The Emacs manual
1932describes how to customize 'display-buffer-alist' to get back the old 1936describes how to customize 'display-buffer-alist' to get back the old
1933behavior. 1937behavior, see the node "Temporary Displays" there.
1934 1938
1935--- 1939---
1936** Tearoff menus and detachable toolbars for Gtk+ have been removed. 1940** Tearoff menus and detachable toolbars for Gtk+ have been removed.