From: Dave Love Date: Tue, 27 Apr 1999 18:52:00 +0000 (+0000) Subject: (mouse-avoidance-mode): Doc fix. X-Git-Tag: emacs-20.4~310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=970ce0d8c7347b6fff4f01bcf11324db929e2280;p=emacs.git (mouse-avoidance-mode): Doc fix. --- diff --git a/lisp/avoid.el b/lisp/avoid.el index 167f97873ff..c9313563650 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -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)))