diff options
| author | Glenn Morris | 2018-06-18 12:14:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-06-18 12:14:26 -0700 |
| commit | 988b53ed2d3287f7ee9cfa4225765a97a245c133 (patch) | |
| tree | dca2fd0df6dea6b5400ea099facc1298ba1eba64 /doc | |
| parent | 2f477cbe7f7754c08e00b2b8bdceb2bc1a836db3 (diff) | |
| parent | ebe065fddf76fde64a9c07b419b67fe47fb6c1cb (diff) | |
| download | emacs-988b53ed2d3287f7ee9cfa4225765a97a245c133.tar.gz emacs-988b53ed2d3287f7ee9cfa4225765a97a245c133.zip | |
Merge from origin/emacs-26
ebe065f Prevent errant scroll on mouse click (Bug#31546)
ffd2018 Minor documentation fix
cf4dc95 * lisp/window.el (window-toggle-side-windows): Doc fix. (Bug...
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 315ffd4f484..54977595956 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -3730,6 +3730,7 @@ argument @var{window}, then returns its result. | |||
| 3730 | @end defun | 3730 | @end defun |
| 3731 | 3731 | ||
| 3732 | @cindex window end position | 3732 | @cindex window end position |
| 3733 | @cindex last visible position in a window | ||
| 3733 | @defun window-end &optional window update | 3734 | @defun window-end &optional window update |
| 3734 | This function returns the position where display of its buffer ends in | 3735 | This function returns the position where display of its buffer ends in |
| 3735 | @var{window}. The default for @var{window} is the selected window. | 3736 | @var{window}. The default for @var{window} is the selected window. |
| @@ -3752,7 +3753,8 @@ Even if @var{update} is non-@code{nil}, @code{window-end} does not | |||
| 3752 | attempt to scroll the display if point has moved off the screen, the | 3753 | attempt to scroll the display if point has moved off the screen, the |
| 3753 | way real redisplay would do. It does not alter the | 3754 | way real redisplay would do. It does not alter the |
| 3754 | @code{window-start} value. In effect, it reports where the displayed | 3755 | @code{window-start} value. In effect, it reports where the displayed |
| 3755 | text will end if scrolling is not required. | 3756 | text will end if scrolling is not required. Note that the position it |
| 3757 | returns might be only partially visible. | ||
| 3756 | @end defun | 3758 | @end defun |
| 3757 | 3759 | ||
| 3758 | @vindex window-group-end-function | 3760 | @vindex window-group-end-function |