Mercurial > emacs
diff lisp/avoid.el @ 24639:219a6fe709d6
(mouse-avoidance-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 27 Apr 1999 18:52:00 +0000 |
parents | d0b40f823255 |
children | cbe304a26771 |
line wrap: on
line diff
--- a/lisp/avoid.el Tue Apr 27 18:50:15 1999 +0000 +++ b/lisp/avoid.el Tue Apr 27 18:52:00 1999 +0000 @@ -80,8 +80,8 @@ (defcustom mouse-avoidance-mode nil "Activate mouse avoidance mode. See function `mouse-avoidance-mode' for possible values. -This variable should be set only with \\[customize], which is equivalent -to using the function `mouse-avoidance-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `mouse-avoidance-mode'." :set (lambda (symbol value) ;; 'none below prevents toggling when value is nil. (mouse-avoidance-mode (or value 'none)))