diff options
author | David J. MacKenzie <djm@gnu.org> | 1994-02-27 03:25:08 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1994-02-27 03:25:08 +0000 |
commit | 978625b7e002de546fec4c5e2f583bb601599c66 (patch) | |
tree | aad600dbb2ee5c9a31f275e826f91f388095fb04 /lisp/avoid.el | |
parent | 0de5246d1de6d9d71480a9d5d99f1f6b085662d0 (diff) | |
download | emacs-978625b7e002de546fec4c5e2f583bb601599c66.tar.gz emacs-978625b7e002de546fec4c5e2f583bb601599c66.tar.bz2 emacs-978625b7e002de546fec4c5e2f583bb601599c66.zip |
Fix comment typos.
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. ;;; |