Mercurial > emacs
changeset 67522:32fa5bd6304c
(display-hourglass): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Dec 2005 05:18:19 +0000 |
parents | 6dd56632b9c7 |
children | 81c5a29b3800 |
files | lisp/frame.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Mon Dec 12 05:16:39 2005 +0000 +++ b/lisp/frame.el Mon Dec 12 05:18:19 2005 +0000 @@ -1314,7 +1314,9 @@ ;; 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)