From 44298d3cf8749a89318422a2fb314dd4f3711961 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 30 Sep 2015 16:51:48 +0300 Subject: [PATCH] ; Yet another tweak of pos-visible-in-window-p doc string --- src/window.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]), -- 2.39.2