changeset 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 4655d81daa9a
children 4159567b77d7
files lisp/ChangeLog lisp/window.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <rudalics@gmx.at>
+
+	* window.el (set-window-text-height): Fix doc-string.
+
 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* minibuffer.el (completion-all-completions-with-base-size): Remove.
--- 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.