emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 44298d3: ; Yet another tweak of pos-visible-in-wind


From: Eli Zaretskii
Subject: [Emacs-diffs] master 44298d3: ; Yet another tweak of pos-visible-in-window-p doc string
Date: Wed, 30 Sep 2015 13:52:19 +0000

branch: master
commit 44298d3cf8749a89318422a2fb314dd4f3711961
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Yet another tweak of pos-visible-in-window-p doc string
---
 src/window.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/window.c b/src/window.c
index 8d899d6..d61f586 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]),



reply via email to

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