diff options
| author | Martin Rudalics | 2016-01-29 11:14:13 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2016-01-29 11:14:13 +0100 |
| commit | c32cc606df56d6dd7b394c32b2d5599f12dfd20e (patch) | |
| tree | e202eeb9c9c8be01e23e5def7b6c4622b1653bc5 /lisp | |
| parent | d7a93efd0e512ce145ee696561054f8065fe03ab (diff) | |
| download | emacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.tar.gz emacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.zip | |
c:/emacs-git/next/ChangeLog
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 948e2dae2fe..e4669c1f6e7 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -2034,7 +2034,7 @@ has one, and a window at the bottom of the frame otherwise. | |||
| 2034 | Optional argument MINI nil means to return the minibuffer window | 2034 | Optional argument MINI nil means to return the minibuffer window |
| 2035 | if and only if it is currently active. MINI non-nil means to | 2035 | if and only if it is currently active. MINI non-nil means to |
| 2036 | return the minibuffer window even when it's not active. However, | 2036 | return the minibuffer window even when it's not active. However, |
| 2037 | if WRAP non-nil, always act as if MINI were nil. | 2037 | if WRAP is non-nil, always act as if MINI were nil. |
| 2038 | 2038 | ||
| 2039 | Return nil if no suitable window can be found." | 2039 | Return nil if no suitable window can be found." |
| 2040 | (setq window (window-normalize-window window t)) | 2040 | (setq window (window-normalize-window window t)) |