emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 ffd2018: Minor documentation fix


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ffd2018: Minor documentation fix
Date: Sun, 17 Jun 2018 04:20:35 -0400 (EDT)

branch: emacs-26
commit ffd20184ca9bb026064f28aa260f2298baeb7fc8
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor documentation fix
    
    * doc/lispref/windows.texi (Window Start and End): Improve
    documentation and indexing of window-end.
---
 doc/lispref/windows.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index f5de2fc..2650671 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -3730,6 +3730,7 @@ argument @var{window}, then returns its result.
 @end defun
 
 @cindex window end position
address@hidden last visible position in a window
 @defun window-end &optional window update
 This function returns the position where display of its buffer ends in
 @var{window}.  The default for @var{window} is the selected window.
@@ -3752,7 +3753,8 @@ Even if @var{update} is address@hidden, @code{window-end} 
does not
 attempt to scroll the display if point has moved off the screen, the
 way real redisplay would do.  It does not alter the
 @code{window-start} value.  In effect, it reports where the displayed
-text will end if scrolling is not required.
+text will end if scrolling is not required.  Note that the position it
+returns might be only partially visible.
 @end defun
 
 @vindex window-group-end-function



reply via email to

[Prev in Thread] Current Thread [Next in Thread]