diff options
author | Martin Rudalics <rudalics@gmx.at> | 2008-12-21 11:03:30 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2008-12-21 11:03:30 +0000 |
commit | 9992ea0cb4b083c4c735f1c5dbda751e439a97d7 (patch) | |
tree | d1bd5f2e2e09f7f908e9f8288f4a4ebf6bf48e52 /lisp/window.el | |
parent | e9aab93b7a13328fce6d26f9df74b92eaa8ff32c (diff) | |
download | emacs-9992ea0cb4b083c4c735f1c5dbda751e439a97d7.tar.gz |
(set-window-text-height): Fix doc-string.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index ed97c61f434..53ec4a665db 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -1210,7 +1210,7 @@ The selected window remains selected. Return the new window." (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. |