changeset 73018:aab836d32a11

(Fpos_visible_in_window_p): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Wed, 20 Sep 2006 10:14:46 +0000
parents 5ac7f746930e
children 1e937b1ed738
files src/window.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Wed Sep 20 10:14:19 2006 +0000
+++ b/src/window.c	Wed Sep 20 10:14:46 2006 +0000
@@ -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.  */)