Skip to content

Commit 07392da

Browse files
committed
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
2 parents 0c28223 + 0848af9 commit 07392da

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/window.c

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,14 +1723,16 @@ have been if redisplay had finished, do this:
17231723

17241724
DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 2, 0,
17251725
doc: /* Return position at which display currently ends in WINDOW.
1726-
WINDOW must be a live window and defaults to the selected one.
1727-
This is updated by redisplay, when it runs to completion.
1728-
Simply changing the buffer text or setting `window-start'
1729-
does not update this value.
1726+
This is the position after the final character in WINDOW.
1727+
1728+
WINDOW must be a live window and defaults to the selected one. This
1729+
is updated by redisplay, when it runs to completion. Simply changing
1730+
the buffer text or setting `window-start' does not update this value.
1731+
17301732
Return nil if there is no recorded value. (This can happen if the
1731-
last redisplay of WINDOW was preempted, and did not finish.)
1732-
If UPDATE is non-nil, compute the up-to-date position
1733-
if it isn't already recorded. */)
1733+
last redisplay of WINDOW was preempted, and did not finish.) If
1734+
UPDATE is non-nil, compute the up-to-date position if it isn't already
1735+
recorded. */)
17341736
(Lisp_Object window, Lisp_Object update)
17351737
{
17361738
Lisp_Object value;

0 commit comments

Comments
 (0)