]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove window-system from comments, suggest using display-*-p instead.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 May 2000 16:53:22 +0000 (16:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 May 2000 16:53:22 +0000 (16:53 +0000)
lisp/avoid.el

index 4f2039fc000fd3f518c4f4dd7ca67b4afeb1d273..47e8c6adf87e059f2dae3735e8f0d0cc4b8026ed 100644 (file)
@@ -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