diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-25 16:53:22 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-25 16:53:22 +0000 |
commit | 95d059bd0e4943c573739f2b014a14dcccd86c04 (patch) | |
tree | 71d8f6abb1e11f0ebbcaf4c8a1e8d4854f6f3ad5 /lisp/avoid.el | |
parent | a2ee79192a6c08e38b2cbb410d0aae7f50c7ebe0 (diff) | |
download | emacs-95d059bd0e4943c573739f2b014a14dcccd86c04.tar.gz |
Remove window-system from comments, suggest using display-*-p instead.
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r-- | lisp/avoid.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el index 4f2039fc000..47e8c6adf87 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -30,7 +30,7 @@ ;; To use, load or evaluate this file and type M-x mouse-avoidance-mode . ;; To set up permanently, put the following in your .emacs: ;; -;; (if window-system (mouse-avoidance-mode 'animate)) +;; (if (display-mouse-p) (mouse-avoidance-mode 'animate)) ;; ;; Other legitimate alternatives include ;; `banish', `exile', `jump', `cat-and-mouse', and `proteus'. @@ -41,7 +41,7 @@ ;; For added silliness, make the animatee animate... ;; put something similar to the following into your .emacs: ;; -;; (if window-system +;; (if (eq window-system 'x) ;; (mouse-avoidance-set-pointer-shape ;; (eval (nth (random 4) ;; '(x-pointer-man x-pointer-spider |