diff options
| author | Eli Zaretskii | 2015-09-30 16:51:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-09-30 16:51:48 +0300 |
| commit | 44298d3cf8749a89318422a2fb314dd4f3711961 (patch) | |
| tree | 3b1594d877dd5e54ccd0f0cc020d8b182ba2b879 /src/window.c | |
| parent | 8d5662cb300893599bd328df0fa9ef4bdfe7d458 (diff) | |
| download | emacs-44298d3cf8749a89318422a2fb314dd4f3711961.tar.gz emacs-44298d3cf8749a89318422a2fb314dd4f3711961.zip | |
; Yet another tweak of pos-visible-in-window-p doc string
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 8 |
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 | |||
| 1686 | character is only partially visible, nil is returned, unless the | 1686 | character is only partially visible, nil is returned, unless the |
| 1687 | optional argument PARTIALLY is non-nil. If POS is only out of view | 1687 | optional argument PARTIALLY is non-nil. If POS is only out of view |
| 1688 | because of horizontal scrolling, return non-nil. If POS is t, it | 1688 | because of horizontal scrolling, return non-nil. If POS is t, it |
| 1689 | specifies the position of either the first position displayed on the | 1689 | specifies either the first position displayed on the last visible |
| 1690 | last visible screen line in WINDOW, or the end-of-buffer position, | 1690 | screen line in WINDOW, or the end-of-buffer position, whichever comes |
| 1691 | whichever comes first. POS defaults to point in WINDOW; WINDOW defaults | 1691 | first. POS defaults to point in WINDOW; WINDOW defaults to the |
| 1692 | to the selected window. | 1692 | selected window. |
| 1693 | 1693 | ||
| 1694 | If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil, | 1694 | If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil, |
| 1695 | the return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]), | 1695 | the return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]), |