aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 8e1be2b66ee..34f96a309a2 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1314,7 +1314,9 @@ itself as a pre-command hook."
1314;; Hourglass pointer 1314;; Hourglass pointer
1315 1315
1316(defcustom display-hourglass t 1316(defcustom display-hourglass t
1317 "*Non-nil to show an hourglass pointer when Emacs is busy on a window system." 1317 "*Non-nil means show an hourglass pointer, when Emacs is busy.
1318This feature only works when on a window system that can change
1319cursor shapes."
1318 :type 'boolean 1320 :type 'boolean
1319 :group 'cursor) 1321 :group 'cursor)
1320 1322