Mercurial > emacs
changeset 100770:2cf5314ee101
Minor doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 30 Dec 2008 13:28:33 +0000 |
parents | 3e7e498772cb |
children | fad34d727ca8 |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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; {