diff options
| author | Eli Zaretskii | 2015-09-30 10:19:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-09-30 10:19:41 +0300 |
| commit | 47089e0cc85906831f5d078d460a581ad70d963a (patch) | |
| tree | 8afabee5ed5acd3644cec4545bb60c29735c79ca /doc | |
| parent | e1877439d889e5584dabfd769338367f186e0741 (diff) | |
| download | emacs-47089e0cc85906831f5d078d460a581ad70d963a.tar.gz emacs-47089e0cc85906831f5d078d460a581ad70d963a.zip | |
Clarify documentation of pos-visible-in-window-p
* src/window.c (Fpos_visible_in_window_p): Clarify the meaning of
t for POS. See
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg01040.html
for the original report.
* doc/lispref/windows.texi (Window Start and End): Clarify the
meaning of t for the POSITION argument of pos-visible-in-window-p.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 00161b28b66..881d364232a 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -3179,7 +3179,7 @@ Locations that are partially obscured are not considered visible unless | |||
| 3179 | @var{partially} is non-@code{nil}. The argument @var{position} defaults | 3179 | @var{partially} is non-@code{nil}. The argument @var{position} defaults |
| 3180 | to the current position of point in @var{window}; @var{window}, to the | 3180 | to the current position of point in @var{window}; @var{window}, to the |
| 3181 | selected window. If @var{position} is @code{t}, that means to check the | 3181 | selected window. If @var{position} is @code{t}, that means to check the |
| 3182 | last visible position in @var{window}. | 3182 | first visible position of the last visible screen line in @var{window}. |
| 3183 | 3183 | ||
| 3184 | This function considers only vertical scrolling. If @var{position} is | 3184 | This function considers only vertical scrolling. If @var{position} is |
| 3185 | out of view only because @var{window} has been scrolled horizontally, | 3185 | out of view only because @var{window} has been scrolled horizontally, |