`shrink-window' doc fix
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 5 Apr 2012 22:26:20 +0000 (00:26 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 5 Apr 2012 22:26:20 +0000 (00:26 +0200)
* window.el (shrink-window): Mention the `window-min-height'
variable in the doc string.

lisp/ChangeLog
lisp/window.el

index 696e6e1..9c7ba85 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * window.el (shrink-window): Mention the `window-min-height'
+       variable in the doc string.
+
 2012-04-05  Bastien Guerry  <bzg@altern.org>
 
        * color.el (color-lighten-name): Fix typo.
index 42bc572..c9e2469 100644 (file)
@@ -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