From 68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 20 Sep 2006 10:14:46 +0000 Subject: [PATCH] (Fpos_visible_in_window_p): Doc fix. --- src/window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/window.c b/src/window.c index 2b22716ee24..7a86a0e5cd4 100644 --- a/src/window.c +++ b/src/window.c @@ -405,10 +405,10 @@ counts from the end of the window. 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. */) -- 2.39.2