diff options
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r-- | lisp/avoid.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el index 27c851b78b8..4490d0b6dd0 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -35,7 +35,8 @@ ;;; (require 'avoid) ;;; (mouse-avoidance-mode 'cat-and-mouse))) ;;; -;;; The 'animate can be 'jump or 'banish or 'protean if you prefer. +;;; The 'cat-and-mouse can be +;;; 'banish or 'jump or 'animate or 'proteus if you prefer. ;;; See the documentation for function `mouse-avoidance-mode' for ;;; details of the different modes. ;;; |