Mercurial > emacs
changeset 71717:dfc0eccac6a1
(Fforce_window_update): Doc fix.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 08 Jul 2006 22:26:07 +0000 |
parents | 8dd983bf9226 |
children | 51a10c5c78b7 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Sat Jul 08 19:36:24 2006 +0000 +++ b/src/window.c Sat Jul 08 22:26:07 2006 +0000 @@ -3676,7 +3676,7 @@ DEFUN ("force-window-update", Fforce_window_update, Sforce_window_update, 0, 1, 0, - doc: /* Force redisplay of all windows. + doc: /* Force all windows to be updated on next redisplay. If optional arg OBJECT is a window, force redisplay of that window only. If OBJECT is a buffer or buffer name, force redisplay of all windows displaying that buffer. */)