aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-07-08 22:28:49 +0000
committerKim F. Storm2006-07-08 22:28:49 +0000
commit5a1048a5480471aaf16e1ba397f584fc45d078d0 (patch)
tree45a294f445f14bd3f00b8bbfa2c1a917954aea86 /src
parent8c9676fb6da613e472b64d86027f5df1cde34ef9 (diff)
downloademacs-5a1048a5480471aaf16e1ba397f584fc45d078d0.tar.gz
emacs-5a1048a5480471aaf16e1ba397f584fc45d078d0.zip
(Fforce_window_update): Doc fix.
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. */)