]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-window-text-height): Fix doc-string.
authorMartin Rudalics <rudalics@gmx.at>
Sun, 21 Dec 2008 11:03:30 +0000 (11:03 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 21 Dec 2008 11:03:30 +0000 (11:03 +0000)
lisp/ChangeLog
lisp/window.el

index c05cc4102e4992f4017ace21c1f8dfaacd0b3e38..c1eb23bc64f0aa547310fc9205ea77892c11b734 100644 (file)
@@ -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.
index ed97c61f43473c05fb43a2a294da98d2693b4287..53ec4a665db6b5c7996515d21000d9664fb24010 100644 (file)
@@ -1210,7 +1210,7 @@ The selected window remains selected.  Return the new window."
 
 \f
 (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.