diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-07-11 00:13:17 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-07-11 00:13:17 +0000 |
commit | a5c2c707c665c02ff70740f5df3562211cb1248a (patch) | |
tree | fe748891a0087aa13618567ae641502fa1cdb627 /src/dispnew.c | |
parent | b19659b95312392eb1c937d7dd119d1bece8f057 (diff) | |
download | emacs-a5c2c707c665c02ff70740f5df3562211cb1248a.tar.gz |
Doc fix.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index cd9a773bdeb..90376d05057 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6534,7 +6534,7 @@ sit_for (sec, usec, reading, display, initial_display) DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, doc: /* Perform redisplay if no input is available. -If optional arg FORCE is non-nil or `rediplay-dont-pause' is non-nil, +If optional arg FORCE is non-nil or `redisplay-dont-pause' is non-nil, perform a full redisplay even if input is available. */) (force) Lisp_Object force; |