emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102062: * src/xdisp.c (syms_of_xdisp


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102062: * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.
Date: Sat, 23 Oct 2010 14:19:02 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102062
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-23 14:19:02 -0700
message:
  * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-23 21:16:39 +0000
+++ b/src/ChangeLog     2010-10-23 21:19:02 +0000
@@ -2,7 +2,7 @@
 
        * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
        * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
-       Sync docs with Lisp.
+       <hourglass-delay>: Sync docs with Lisp.
 
 2010-10-23  Eli Zaretskii  <address@hidden>
 

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2010-10-23 21:16:39 +0000
+++ b/src/xdisp.c       2010-10-23 21:19:02 +0000
@@ -26587,8 +26587,7 @@
   display_hourglass_p = 1;
 
   DEFVAR_LISP ("hourglass-delay", &Vhourglass_delay,
-              doc: /* *Seconds to wait before displaying an hourglass pointer.
-Value must be an integer or float.  */);
+              doc: /* *Seconds to wait before displaying an hourglass pointer 
when Emacs is busy.  */);
   Vhourglass_delay = make_number (DEFAULT_HOURGLASS_DELAY);
 
   hourglass_atimer = NULL;


reply via email to

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