emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Wed, 20 Sep 2006 10:14:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/20 10:14:46

Index: window.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/window.c,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -b -r1.562 -r1.563
--- window.c    20 Sep 2006 09:43:25 -0000      1.562
+++ window.c    20 Sep 2006 10:14:46 -0000      1.563
@@ -405,10 +405,10 @@
 
 Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height
 in pixels of the visible part of the line, VPOS and YPOS are the
-vertical position in lines and pixels of the row, relative to the top
+vertical position in lines and pixels of the line, relative to the top
 of the first text line, and OFFBOT is the number of off-window pixels at
-the bottom of the text row.  If there are off-window pixels at the top
-of the (first) text row, YPOS is negative.
+the bottom of the text line.  If there are off-window pixels at the top
+of the (first) text line, YPOS is negative.
 
 Return nil if window display is not up-to-date.  In that case, use
 `pos-visible-in-window-p' to obtain the information.  */)




reply via email to

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