mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(Fwindow_end): Doc fix.
This commit is contained in:
parent
0e551775a0
commit
387ce4a68a
1 changed files with 4 additions and 1 deletions
|
|
@ -486,7 +486,10 @@ DEFUN ("window-start", Fwindow_start, Swindow_start, 0, 1, 0,
|
|||
}
|
||||
|
||||
DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 1, 0,
|
||||
"Return position at which display currently ends in WINDOW.")
|
||||
"Return position at which display currently ends in WINDOW.\n\
|
||||
This is updated by redisplay, when it runs to completion.\n\
|
||||
Simply changing the buffer text or setting `window-start'\n\
|
||||
does not update this value.")
|
||||
(window)
|
||||
Lisp_Object window;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue