diff options
| author | Eli Zaretskii | 2000-05-25 16:53:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-05-25 16:53:22 +0000 |
| commit | 95d059bd0e4943c573739f2b014a14dcccd86c04 (patch) | |
| tree | 71d8f6abb1e11f0ebbcaf4c8a1e8d4854f6f3ad5 /lisp/avoid.el | |
| parent | a2ee79192a6c08e38b2cbb410d0aae7f50c7ebe0 (diff) | |
| download | emacs-95d059bd0e4943c573739f2b014a14dcccd86c04.tar.gz emacs-95d059bd0e4943c573739f2b014a14dcccd86c04.zip | |
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 @@ | |||
| 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 |