# HG changeset patch # User Martin Rudalics # Date 1229857410 0 # Node ID 096796d792df6e0b0fcffdef37563c8e061a586c # Parent 4655d81daa9af1f7511d6d421306b6234cadad07 (set-window-text-height): Fix doc-string. diff -r 4655d81daa9a -r 096796d792df lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 21 10:03:15 2008 +0000 +++ b/lisp/ChangeLog Sun Dec 21 11:03:30 2008 +0000 @@ -1,3 +1,7 @@ +2008-12-21 Martin Rudalics + + * window.el (set-window-text-height): Fix doc-string. + 2008-12-21 Stefan Monnier * minibuffer.el (completion-all-completions-with-base-size): Remove. diff -r 4655d81daa9a -r 096796d792df lisp/window.el --- 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.