# HG changeset patch # User Kim F. Storm # Date 1152575657 0 # Node ID 5770bf2e36bdc72865b8c80801117481477b1659 # Parent c6e0c9217129af18f65681571a05247e3486296d (Fredisplay): Doc fix. diff -r c6e0c9217129 -r 5770bf2e36bd src/dispnew.c --- a/src/dispnew.c Mon Jul 10 23:52:38 2006 +0000 +++ b/src/dispnew.c Mon Jul 10 23:54:17 2006 +0000 @@ -6534,8 +6534,8 @@ DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, doc: /* Perform redisplay if no input is available. -If optional arg FORCE is non-nil, perform a full redisplay even if -input is available. */) +If optional arg FORCE is non-nil or `rediplay-dont-pause' is non-nil, +perform a full redisplay even if input is available. */) (force) Lisp_Object force; {