mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Remove window-system from comments, suggest using display-*-p instead.
This commit is contained in:
parent
a2ee79192a
commit
95d059bd0e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue