From: Lars Magne Ingebrigtsen Date: Thu, 5 Apr 2012 22:26:20 +0000 (+0200) Subject: `shrink-window' doc fix X-Git-Tag: emacs-24.0.96~111^2~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f23d2c7d18471ef3c509740d9f1aa2437c9e0cec;p=emacs.git `shrink-window' doc fix * window.el (shrink-window): Mention the `window-min-height' variable in the doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 696e6e1eedc..9c7ba8541df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-04-05 Lars Magne Ingebrigtsen + + * window.el (shrink-window): Mention the `window-min-height' + variable in the doc string. + 2012-04-05 Bastien Guerry * color.el (color-lighten-name): Fix typo. 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