From: Juanma Barranquero Date: Sun, 25 May 2003 01:45:14 +0000 (+0000) Subject: (idle-update-delay): New variable. X-Git-Tag: ttn-vms-21-2-B4~9958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea82f0df29e71d1e135ba4e1cce9c837427c8015;p=emacs.git (idle-update-delay): New variable. --- diff --git a/lisp/simple.el b/lisp/simple.el index aeaebbffb34..b5723965665 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4451,6 +4451,14 @@ See also `normal-erase-is-backspace'." (if (interactive-p) (message "Delete key deletes %s" (if normal-erase-is-backspace "forward" "backward")))) + +(defcustom idle-update-delay 0.5 + "*Idle time delay before updating various things on the screen. +Various Emacs features that update auxiliary information when point moves +wait this many seconds after Emacs becomes idle before doing an update." + :type 'number + :group 'display + :version "21.4") ;; Minibuffer prompt stuff.