Mercurial > emacs
diff lisp/window.el @ 100626:096796d792df
(set-window-text-height): Fix doc-string.
| author | Martin Rudalics <rudalics@gmx.at> |
|---|---|
| date | Sun, 21 Dec 2008 11:03:30 +0000 |
| parents | 216f983c6491 |
| children | 1c4c26872c5c |
line wrap: on
line diff
--- a/lisp/window.el Sun Dec 21 10:03:15 2008 +0000 +++ b/lisp/window.el Sun Dec 21 11:03:30 2008 +0000 @@ -1210,7 +1210,7 @@ (defun set-window-text-height (window height) - "Sets the height in lines of the text display area of WINDOW to HEIGHT. + "Set the height in lines of the text display area of WINDOW to HEIGHT. HEIGHT doesn't include the mode line or header line, if any, or any partial-height lines in the text display area.
