# HG changeset patch # User Chong Yidong # Date 1230643713 0 # Node ID 2cf5314ee101ccf563b82cc3b3ec60c91ba09ab7 # Parent 3e7e498772cbdac5c6413bcc7dbfad41bb2b6f97 Minor doc fix. diff -r 3e7e498772cb -r 2cf5314ee101 src/window.c --- a/src/window.c Tue Dec 30 13:26:23 2008 +0000 +++ b/src/window.c Tue Dec 30 13:28:33 2008 +0000 @@ -5790,8 +5790,8 @@ doc: /* Return the height in lines of the text display area of WINDOW. WINDOW defaults to the selected window. -The return value does neither include the mode line or header line, if -any, nor any partial-height lines in the text display area. */) +The return value does not include the mode line, any header line, nor +any partial-height lines in the text display area. */) (window) Lisp_Object window; {