diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
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 | ||
| 3677 | DEFUN ("force-window-update", Fforce_window_update, Sforce_window_update, | 3677 | DEFUN ("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. |
| 3680 | If optional arg OBJECT is a window, force redisplay of that window only. | 3680 | If optional arg OBJECT is a window, force redisplay of that window only. |
| 3681 | If OBJECT is a buffer or buffer name, force redisplay of all windows | 3681 | If OBJECT is a buffer or buffer name, force redisplay of all windows |
| 3682 | displaying that buffer. */) | 3682 | displaying that buffer. */) |