diff options
| -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 @@ | |||
| 30 | ;; To use, load or evaluate this file and type M-x mouse-avoidance-mode . | 30 | ;; To use, load or evaluate this file and type M-x mouse-avoidance-mode . |
| 31 | ;; To set up permanently, put the following in your .emacs: | 31 | ;; To set up permanently, put the following in your .emacs: |
| 32 | ;; | 32 | ;; |
| 33 | ;; (if window-system (mouse-avoidance-mode 'animate)) | 33 | ;; (if (display-mouse-p) (mouse-avoidance-mode 'animate)) |
| 34 | ;; | 34 | ;; |
| 35 | ;; Other legitimate alternatives include | 35 | ;; Other legitimate alternatives include |
| 36 | ;; `banish', `exile', `jump', `cat-and-mouse', and `proteus'. | 36 | ;; `banish', `exile', `jump', `cat-and-mouse', and `proteus'. |
| @@ -41,7 +41,7 @@ | |||
| 41 | ;; For added silliness, make the animatee animate... | 41 | ;; For added silliness, make the animatee animate... |
| 42 | ;; put something similar to the following into your .emacs: | 42 | ;; put something similar to the following into your .emacs: |
| 43 | ;; | 43 | ;; |
| 44 | ;; (if window-system | 44 | ;; (if (eq window-system 'x) |
| 45 | ;; (mouse-avoidance-set-pointer-shape | 45 | ;; (mouse-avoidance-set-pointer-shape |
| 46 | ;; (eval (nth (random 4) | 46 | ;; (eval (nth (random 4) |
| 47 | ;; '(x-pointer-man x-pointer-spider | 47 | ;; '(x-pointer-man x-pointer-spider |