changeset 71772:5770bf2e36bd

(Fredisplay): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Mon, 10 Jul 2006 23:54:17 +0000
parents c6e0c9217129
children f9f87c544216
files src/dispnew.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {