emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/windows.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi,v
Date: Wed, 06 Sep 2006 10:24:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/06 10:24:45

Index: windows.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/windows.texi,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- windows.texi        18 Jul 2006 00:09:52 -0000      1.98
+++ windows.texi        6 Sep 2006 10:24:45 -0000       1.99
@@ -1362,13 +1362,16 @@
 
 If @var{position} is visible, @code{pos-visible-in-window-p} returns
 @code{t} if @var{partially} is @code{nil}; if @var{partially} is
address@hidden, it returns a list of the form @code{(@var{x} @var{y}
address@hidden)}, where @var{x} and @var{y} are the pixel coordinates
-relative to the top left corner of the window, and @var{partial} is
address@hidden if the character after @var{position} is fully visible;
-otherwise it is a cons @code{(@var{rtop} . @var{rbot})} where the
address@hidden and @var{rbot} specify the number of invisible pixels at
-the top and bottom of the row at @var{position}.
address@hidden, and the character after @var{position} is fully
+visible, it returns a list of the form @code{(@var{x} @var{y})}, where
address@hidden and @var{y} are the pixel coordinates relative to the top left
+corner of the window; otherwise it returns an extended list of the
+form @code{(@var{x} @var{y} @var{rtop} @var{rbot} @var{rowh}
address@hidden)}, where the @var{rtop} and @var{rbot} specify the number
+of invisible pixels at the top and bottom of the row at
address@hidden, @var{rowh} specifies the visible height of that row,
+and @var{vpos} specifies the vertical position (zero-based row number)
+of that row.
 
 Here is an example:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]