summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-09 14:04:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-09 14:04:18 +0000
commitfd8529d0a1e651aa096def7978cf323514abee91 (patch)
treee522db94380af0cd1e8a0acc3c7e191227c73ce6 /lisp/window.el
parent420adcc60773aae22fad42234d3f4152629dfd0e (diff)
downloademacs-fd8529d0a1e651aa096def7978cf323514abee91.tar.gz
(shrink-window-if-larger-than-buffer): Fix typo in docstring.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 13fa2d0349c..6717b5bb50f 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -542,7 +542,7 @@ If WINDOW is omitted or nil, it defaults to the selected window.
Do not shrink to less than `window-min-height' lines.
Do nothing if the buffer contains more lines than the present window height,
or if some of the window's contents are scrolled out of view,
-or if shrinking this window would also shrink another window.
+or if shrinking this window would also shrink another window,
or if the window is the only window of its frame."
(interactive)
(when (null window)