diff options
| author | Eli Zaretskii | 2016-03-25 13:37:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-03-25 13:37:58 +0300 |
| commit | 422c3dadce6dbd33ced2024782438af68c5756de (patch) | |
| tree | 3fde898794f9e1fab1e3521d683c0d34abd9aaa2 /etc | |
| parent | 90fb9b38dd4a386a71cdf7c3bf6b42292db43c42 (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -1927,10 +1927,14 @@ frames. | |||
| 1927 | and 'window-divider-default-right-width'. | 1927 | and '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 |
| 1931 | the selected frame and always fit to its buffer. The Emacs manual | 1931 | completion candidates is now shown at the bottom of the selected |
| 1932 | frame. The size of that window is always as large as required to | ||
| 1933 | display all the candidates, except when limited by the minimum size | ||
| 1934 | of the other windows on that frame; those other windows are resized | ||
| 1935 | to provide space for the '*Completions*' display. The Emacs manual | ||
| 1932 | describes how to customize 'display-buffer-alist' to get back the old | 1936 | describes how to customize 'display-buffer-alist' to get back the old |
| 1933 | behavior. | 1937 | behavior, 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. |