# HG changeset patch # User Kim F. Storm # Date 1158747286 0 # Node ID aab836d32a11c52375fd93a11932dc832856706a # Parent 5ac7f746930e28de8df3552788c7bf904b5cdf24 (Fpos_visible_in_window_p): Doc fix. diff -r 5ac7f746930e -r aab836d32a11 src/window.c --- 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. */)