aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMartin Rudalics2016-01-29 11:14:13 +0100
committerMartin Rudalics2016-01-29 11:14:13 +0100
commitc32cc606df56d6dd7b394c32b2d5599f12dfd20e (patch)
treee202eeb9c9c8be01e23e5def7b6c4622b1653bc5 /lisp
parentd7a93efd0e512ce145ee696561054f8065fe03ab (diff)
downloademacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.tar.gz
emacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.zip
c:/emacs-git/next/ChangeLog
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))