emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src window.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src window.c
Date: Tue, 30 Dec 2008 13:28:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/30 13:28:33

Modified files:
        src            : window.c 

Log message:
        Minor doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/window.c?cvsroot=emacs&r1=1.636&r2=1.637

Patches:
Index: window.c
===================================================================
RCS file: /sources/emacs/emacs/src/window.c,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -b -r1.636 -r1.637
--- window.c    22 Dec 2008 09:40:36 -0000      1.636
+++ window.c    30 Dec 2008 13:28:33 -0000      1.637
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]