aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2015-09-30 16:51:48 +0300
committerEli Zaretskii2015-09-30 16:51:48 +0300
commit44298d3cf8749a89318422a2fb314dd4f3711961 (patch)
tree3b1594d877dd5e54ccd0f0cc020d8b182ba2b879 /src
parent8d5662cb300893599bd328df0fa9ef4bdfe7d458 (diff)
downloademacs-44298d3cf8749a89318422a2fb314dd4f3711961.tar.gz
emacs-44298d3cf8749a89318422a2fb314dd4f3711961.zip
; Yet another tweak of pos-visible-in-window-p doc string
Diffstat (limited to 'src')
-rw-r--r--src/window.c8
1 files 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
1686character is only partially visible, nil is returned, unless the 1686character is only partially visible, nil is returned, unless the
1687optional argument PARTIALLY is non-nil. If POS is only out of view 1687optional argument PARTIALLY is non-nil. If POS is only out of view
1688because of horizontal scrolling, return non-nil. If POS is t, it 1688because of horizontal scrolling, return non-nil. If POS is t, it
1689specifies the position of either the first position displayed on the 1689specifies either the first position displayed on the last visible
1690last visible screen line in WINDOW, or the end-of-buffer position, 1690screen line in WINDOW, or the end-of-buffer position, whichever comes
1691whichever comes first. POS defaults to point in WINDOW; WINDOW defaults 1691first. POS defaults to point in WINDOW; WINDOW defaults to the
1692to the selected window. 1692selected window.
1693 1693
1694If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil, 1694If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil,
1695the return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]), 1695the return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]),