comparison src/window.c @ 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 6ebbc42247b3
children 35ece799c49e 2d56e13fd23d bb0e318b7c53
comparison
equal deleted inserted replaced
73017:5ac7f746930e 73018:aab836d32a11
403 Otherwise, LINE is a text line number starting from 0. A negative number 403 Otherwise, LINE is a text line number starting from 0. A negative number
404 counts from the end of the window. 404 counts from the end of the window.
405 405
406 Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height 406 Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height
407 in pixels of the visible part of the line, VPOS and YPOS are the 407 in pixels of the visible part of the line, VPOS and YPOS are the
408 vertical position in lines and pixels of the row, relative to the top 408 vertical position in lines and pixels of the line, relative to the top
409 of the first text line, and OFFBOT is the number of off-window pixels at 409 of the first text line, and OFFBOT is the number of off-window pixels at
410 the bottom of the text row. If there are off-window pixels at the top 410 the bottom of the text line. If there are off-window pixels at the top
411 of the (first) text row, YPOS is negative. 411 of the (first) text line, YPOS is negative.
412 412
413 Return nil if window display is not up-to-date. In that case, use 413 Return nil if window display is not up-to-date. In that case, use
414 `pos-visible-in-window-p' to obtain the information. */) 414 `pos-visible-in-window-p' to obtain the information. */)
415 (line, window) 415 (line, window)
416 Lisp_Object line, window; 416 Lisp_Object line, window;