From: Eli Zaretskii Date: Wed, 30 Sep 2015 13:51:48 +0000 (+0300) Subject: ; Yet another tweak of pos-visible-in-window-p doc string X-Git-Tag: emacs-25.0.90~1223^2~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44298d3cf8749a89318422a2fb314dd4f3711961;p=emacs.git ; Yet another tweak of pos-visible-in-window-p doc string --- diff --git a/src/window.c b/src/window.c index 8d899d6d350..d61f586a7fb 100644 --- a/src/window.c +++ b/src/window.c @@ -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]),