changeset 33992:74b82b7ee6f8

pos-visible-in-window-p change
author Dave Love <fx@gnu.org>
date Wed, 29 Nov 2000 12:53:06 +0000
parents b741aa7a2d46
children d38d6c74805d
files lispref/windows.texi
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/windows.texi	Wed Nov 29 12:36:55 2000 +0000
+++ b/lispref/windows.texi	Wed Nov 29 12:53:06 2000 +0000
@@ -1202,12 +1202,14 @@
 position that works well with point, and thus @var{position} is not used.
 @end defun
 
-@defun pos-visible-in-window-p &optional position window
-This function returns @code{t} if @var{position} is within the range
-of text currently visible on the screen in @var{window}.  It returns
-@code{nil} if @var{position} is scrolled vertically out of view.  The
-argument @var{position} defaults to the current position of point;
-@var{window}, to the selected window.  Here is an example:
+@defun pos-visible-in-window-p &optional position window fully
+This function returns @code{t} if @var{position} is within the range of
+text currently visible on the screen in @var{window}.  If @var{fully} is
+non-@code{nil}, then locations that are partially obscured are not
+considered visible.  It returns @code{nil} if @var{position} is scrolled
+vertically out of view.  The argument @var{position} defaults to the
+current position of point; @var{window}, to the selected window.  Here
+is an example:
 
 @example
 @group