changeset 111125:3b88ba8061ed

* src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Oct 2010 14:19:02 -0700
parents eed7831710a5
children 2952b07df47b
files src/ChangeLog src/xdisp.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 23 14:16:39 2010 -0700
+++ b/src/ChangeLog	Sat Oct 23 14:19:02 2010 -0700
@@ -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  <eliz@gnu.org>
 
--- a/src/xdisp.c	Sat Oct 23 14:16:39 2010 -0700
+++ b/src/xdisp.c	Sat Oct 23 14:19:02 2010 -0700
@@ -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;