aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 69643ec669a..c68c67c0afa 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3676,7 +3676,7 @@ displayed. */)
3676 3676
3677DEFUN ("force-window-update", Fforce_window_update, Sforce_window_update, 3677DEFUN ("force-window-update", Fforce_window_update, Sforce_window_update,
3678 0, 1, 0, 3678 0, 1, 0,
3679 doc: /* Force redisplay of all windows. 3679 doc: /* Force all windows to be updated on next redisplay.
3680If optional arg OBJECT is a window, force redisplay of that window only. 3680If optional arg OBJECT is a window, force redisplay of that window only.
3681If OBJECT is a buffer or buffer name, force redisplay of all windows 3681If OBJECT is a buffer or buffer name, force redisplay of all windows
3682displaying that buffer. */) 3682displaying that buffer. */)