From: Kim F. Storm Date: Wed, 20 Sep 2006 10:14:46 +0000 (+0000) Subject: (Fpos_visible_in_window_p): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0;p=emacs.git (Fpos_visible_in_window_p): Doc fix. --- 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. */)