diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-04-06 00:26:20 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-04-06 00:26:20 +0200 |
commit | f23d2c7d18471ef3c509740d9f1aa2437c9e0cec (patch) | |
tree | e5a0939a5a65997de8e195ffd09d8e2df8999460 /lisp/window.el | |
parent | 48cac0510d919e89e04ac33defbf3d6dd67767f7 (diff) | |
download | emacs-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.el | 1 |
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 |