diff options
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)) |