]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 21:16:39 +0000 (14:16 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 21:16:39 +0000 (14:16 -0700)
src/ChangeLog
src/xdisp.c

index 3fa7d87cd4ca98727a6390ee9f26b9f80c284558..97afc4995af8a823500fd35c97b2f7417aaadc80 100644 (file)
@@ -1,7 +1,8 @@
 2010-10-23  Glenn Morris  <rgm@gnu.org>
 
        * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
-       * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Sync docs with Lisp.
+       * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
+       Sync docs with Lisp.
 
 2010-10-23  Eli Zaretskii  <eliz@gnu.org>
 
index 359d25342abc3815f07dc7cc2309c593ee730188..ce679b2d75eaecf0fbb4b66decb77d81429351c2 100644 (file)
@@ -26581,7 +26581,9 @@ baseline.  The default value is 1.  */);
   underline_minimum_offset = 1;
 
   DEFVAR_BOOL ("display-hourglass", &display_hourglass_p,
-              doc: /* Non-zero means Emacs displays an hourglass pointer on window systems.  */);
+              doc: /* Non-nil means show an hourglass pointer, when Emacs is busy.
+This feature only works when on a window system that can change
+cursor shapes.  */);
   display_hourglass_p = 1;
 
   DEFVAR_LISP ("hourglass-delay", &Vhourglass_delay,