emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Mon, 10 Jul 2006 23:54:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/10 23:54:18

Index: dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -b -r1.372 -r1.373
--- dispnew.c   10 Jul 2006 23:52:38 -0000      1.372
+++ dispnew.c   10 Jul 2006 23:54:17 -0000      1.373
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]