(display-hourglass): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Dec 2005 05:18:19 +0000 (05:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Dec 2005 05:18:19 +0000 (05:18 +0000)
lisp/frame.el

index 8e1be2b..34f96a3 100644 (file)
@@ -1314,7 +1314,9 @@ itself as a pre-command hook."
 ;; Hourglass pointer
 
 (defcustom display-hourglass t
-  "*Non-nil to show an hourglass pointer when Emacs is busy on a window system."
+  "*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."
   :type 'boolean
   :group 'cursor)