diff options
author | Martin Rudalics <rudalics@gmx.at> | 2016-01-29 11:14:13 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2016-01-29 11:14:13 +0100 |
commit | c32cc606df56d6dd7b394c32b2d5599f12dfd20e (patch) | |
tree | e202eeb9c9c8be01e23e5def7b6c4622b1653bc5 /lisp/window.el | |
parent | d7a93efd0e512ce145ee696561054f8065fe03ab (diff) | |
download | emacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.tar.gz |
c:/emacs-git/next/ChangeLog
Diffstat (limited to 'lisp/window.el')
-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. Optional argument MINI nil means to return the minibuffer window if and only if it is currently active. MINI non-nil means to return the minibuffer window even when it's not active. However, -if WRAP non-nil, always act as if MINI were nil. +if WRAP is non-nil, always act as if MINI were nil. Return nil if no suitable window can be found." (setq window (window-normalize-window window t)) |