# HG changeset patch # User Chong Yidong # Date 1152576797 0 # Node ID f9f87c5442160317fd602a0031876bc1a6eea5cd # Parent 5770bf2e36bdc72865b8c80801117481477b1659 Doc fix. diff -r 5770bf2e36bd -r f9f87c544216 src/dispnew.c --- a/src/dispnew.c Mon Jul 10 23:54:17 2006 +0000 +++ b/src/dispnew.c Tue Jul 11 00:13:17 2006 +0000 @@ -6534,7 +6534,7 @@ 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;