diff options
| author | Richard M. Stallman | 2006-09-20 18:08:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-20 18:08:04 +0000 |
| commit | aa25679820f3ac561af2cb8a83f87901e220d7f1 (patch) | |
| tree | 6631284e990ef84ef3bc09a515f41a4a38374fab | |
| parent | 5e0477644024f08ecb6ab1516a00e03ccf92f81a (diff) | |
| download | emacs-aa25679820f3ac561af2cb8a83f87901e220d7f1.tar.gz emacs-aa25679820f3ac561af2cb8a83f87901e220d7f1.zip | |
(Window Start): Minor cleanups.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/windows.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b1a446488fb..556a912ef21 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-09-20 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * windows.texi (Window Start): Minor cleanups. | ||
| 4 | |||
| 1 | 2006-09-20 Kim F. Storm <storm@cua.dk> | 5 | 2006-09-20 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * windows.texi (Window Start): pos-visible-in-window-p allows | 7 | * windows.texi (Window Start): pos-visible-in-window-p allows |
diff --git a/lispref/windows.texi b/lispref/windows.texi index 70ddd2c70ba..bd9269f90ae 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -1355,8 +1355,8 @@ visible unless @var{partially} is non-@code{nil}. The argument | |||
| 1355 | @var{position} defaults to the current position of point in | 1355 | @var{position} defaults to the current position of point in |
| 1356 | @var{window}; @var{window}, to the selected window. | 1356 | @var{window}; @var{window}, to the selected window. |
| 1357 | 1357 | ||
| 1358 | If @var{position} is @code{t}, the last visible position in | 1358 | If @var{position} is @code{t}, that means to check the last visible |
| 1359 | @var{window} is checked. | 1359 | position in @var{window}. |
| 1360 | 1360 | ||
| 1361 | The @code{pos-visible-in-window-p} function considers only vertical | 1361 | The @code{pos-visible-in-window-p} function considers only vertical |
| 1362 | scrolling. If @var{position} is out of view only because @var{window} | 1362 | scrolling. If @var{position} is out of view only because @var{window} |
| @@ -1397,7 +1397,7 @@ starting from 0. A negative number counts from the end of the window. | |||
| 1397 | The argument @var{line} defaults to the current line in @var{window}; | 1397 | The argument @var{line} defaults to the current line in @var{window}; |
| 1398 | @var{window}, to the selected window. | 1398 | @var{window}, to the selected window. |
| 1399 | 1399 | ||
| 1400 | If the display is not up-to-date, @code{window-line-height} returns | 1400 | If the display is not up to date, @code{window-line-height} returns |
| 1401 | @code{nil}. In that case, @code{pos-visible-in-window-p} may be used | 1401 | @code{nil}. In that case, @code{pos-visible-in-window-p} may be used |
| 1402 | to obtain related information. | 1402 | to obtain related information. |
| 1403 | 1403 | ||