From f23d2c7d18471ef3c509740d9f1aa2437c9e0cec Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 6 Apr 2012 00:26:20 +0200 Subject: [PATCH] `shrink-window' doc fix * window.el (shrink-window): Mention the `window-min-height' variable in the doc string. --- lisp/ChangeLog | 5 +++++ lisp/window.el | 1 + 2 files changed, 6 insertions(+) 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 -- 2.39.2