]> git.eshelyaron.com Git - emacs.git/commitdiff
`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 696e6e1eedca70377a80eb126f1bd17d14c60c49..9c7ba8541df9c5ce1f6f23081356093764fb03b3 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 42bc57272bb1f5597e3ff50515ceb527c6583c5e..c9e2469b0d28e66b1468524f331ba4baec918273 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