summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2012-04-06 00:26:20 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2012-04-06 00:26:20 +0200
commitf23d2c7d18471ef3c509740d9f1aa2437c9e0cec (patch)
treee5a0939a5a65997de8e195ffd09d8e2df8999460 /lisp/window.el
parent48cac0510d919e89e04ac33defbf3d6dd67767f7 (diff)
downloademacs-f23d2c7d18471ef3c509740d9f1aa2437c9e0cec.tar.gz
`shrink-window' doc fix
* window.el (shrink-window): Mention the `window-min-height' variable in the doc string.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 42bc57272bb..c9e2469b0d2 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -2117,6 +2117,7 @@ Interactively, if no argument is given, make the selected window
one line smaller. If optional argument HORIZONTAL is non-nil,
make selected window narrower by DELTA columns. If DELTA is
negative, enlarge selected window by -DELTA lines or columns.
+Also see the `window-min-height' variable.
Return nil."
(interactive "p")
(cond