]> git.eshelyaron.com Git - emacs.git/commitdiff
; Yet another tweak of pos-visible-in-window-p doc string
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 Sep 2015 13:51:48 +0000 (16:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 Sep 2015 13:51:48 +0000 (16:51 +0300)
src/window.c

index 8d899d6d350daa71d4c6b4cab312658407c4c5fd..d61f586a7fb0f4e46e34b6ae259f5e128bef5b10 100644 (file)
@@ -1686,10 +1686,10 @@ Return nil if that position is scrolled vertically out of view.  If a
 character is only partially visible, nil is returned, unless the
 optional argument PARTIALLY is non-nil.  If POS is only out of view
 because of horizontal scrolling, return non-nil.  If POS is t, it
-specifies the position of either the first position displayed on the
-last visible screen line in WINDOW, or the end-of-buffer position,
-whichever comes first.  POS defaults to point in WINDOW; WINDOW defaults
-to the selected window.
+specifies either the first position displayed on the last visible
+screen line in WINDOW, or the end-of-buffer position, whichever comes
+first.  POS defaults to point in WINDOW; WINDOW defaults to the
+selected window.
 
 If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil,
 the return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]),