aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-09-20 10:14:46 +0000
committerKim F. Storm2006-09-20 10:14:46 +0000
commit68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0 (patch)
treebdeb5be71554ec282a55c1a124aaee21e9f722e6 /src
parent31ce440599a00b660e900a32efa298811b0b2521 (diff)
downloademacs-68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0.tar.gz
emacs-68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0.zip
(Fpos_visible_in_window_p): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c6
1 files 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.
405 405
406Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height 406Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height
407in pixels of the visible part of the line, VPOS and YPOS are the 407in pixels of the visible part of the line, VPOS and YPOS are the
408vertical position in lines and pixels of the row, relative to the top 408vertical position in lines and pixels of the line, relative to the top
409of the first text line, and OFFBOT is the number of off-window pixels at 409of the first text line, and OFFBOT is the number of off-window pixels at
410the bottom of the text row. If there are off-window pixels at the top 410the bottom of the text line. If there are off-window pixels at the top
411of the (first) text row, YPOS is negative. 411of the (first) text line, YPOS is negative.
412 412
413Return nil if window display is not up-to-date. In that case, use 413Return 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. */)