[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107778: `shrink-window' doc fix
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107778: `shrink-window' doc fix |
Date: |
Fri, 06 Apr 2012 00:26:20 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107778
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2012-04-06 00:26:20 +0200
message:
`shrink-window' doc fix
* window.el (shrink-window): Mention the `window-min-height'
variable in the doc string.
modified:
lisp/ChangeLog
lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-05 07:29:19 +0000
+++ b/lisp/ChangeLog 2012-04-05 22:26:20 +0000
@@ -1,3 +1,8 @@
+2012-04-05 Lars Magne Ingebrigtsen <address@hidden>
+
+ * window.el (shrink-window): Mention the `window-min-height'
+ variable in the doc string.
+
2012-04-05 Bastien Guerry <address@hidden>
* color.el (color-lighten-name): Fix typo.
=== modified file 'lisp/window.el'
--- a/lisp/window.el 2012-03-27 09:22:01 +0000
+++ b/lisp/window.el 2012-04-05 22:26:20 +0000
@@ -2117,6 +2117,7 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107778: `shrink-window' doc fix,
Lars Magne Ingebrigtsen <=