aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/window.el2
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.
2034Optional argument MINI nil means to return the minibuffer window 2034Optional argument MINI nil means to return the minibuffer window
2035if and only if it is currently active. MINI non-nil means to 2035if and only if it is currently active. MINI non-nil means to
2036return the minibuffer window even when it's not active. However, 2036return the minibuffer window even when it's not active. However,
2037if WRAP non-nil, always act as if MINI were nil. 2037if WRAP is non-nil, always act as if MINI were nil.
2038 2038
2039Return nil if no suitable window can be found." 2039Return nil if no suitable window can be found."
2040 (setq window (window-normalize-window window t)) 2040 (setq window (window-normalize-window window t))