diff options
| author | Kim F. Storm | 2006-07-08 22:28:49 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-08 22:28:49 +0000 |
| commit | 5a1048a5480471aaf16e1ba397f584fc45d078d0 (patch) | |
| tree | 45a294f445f14bd3f00b8bbfa2c1a917954aea86 /src | |
| parent | 8c9676fb6da613e472b64d86027f5df1cde34ef9 (diff) | |
| download | emacs-5a1048a5480471aaf16e1ba397f584fc45d078d0.tar.gz emacs-5a1048a5480471aaf16e1ba397f584fc45d078d0.zip | |
(Fforce_window_update): Doc fix.
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. */) |