From: Chong Yidong Date: Tue, 30 Dec 2008 13:28:33 +0000 (+0000) Subject: Minor doc fix. X-Git-Tag: emacs-pretest-23.0.90~807 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f039b2d2b01095c666f5b697116763eeccef22b5;p=emacs.git Minor doc fix. --- diff --git a/src/window.c b/src/window.c index 81fb70a17fd..a7759cf897e 100644 --- a/src/window.c +++ b/src/window.c @@ -5790,8 +5790,8 @@ DEFUN ("window-text-height", Fwindow_text_height, Swindow_text_height, 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; {