From: Richard M. Stallman Date: Mon, 12 Dec 2005 05:18:19 +0000 (+0000) Subject: (display-hourglass): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~5324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=088e75cc27f108c9336de4e19d2c28ea592c45b4;p=emacs.git (display-hourglass): Doc fix. --- 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." ;; 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)