Mercurial > emacs
diff src/window.c @ 100770:2cf5314ee101
Minor doc fix.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Tue, 30 Dec 2008 13:28:33 +0000 |
| parents | 389db2f016a4 |
| children | e038c1a8307c |
line wrap: on
line diff
--- 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; {
