From: Karl Heuer Date: Tue, 30 Mar 1999 21:27:45 +0000 (+0000) Subject: (mouse-avoidance-mode): Doc fix. X-Git-Tag: emacs-20.4~412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7421db29d7c90bbc46e3e4f93fc1c9284161827e;p=emacs.git (mouse-avoidance-mode): Doc fix. --- diff --git a/lisp/avoid.el b/lisp/avoid.el index 2c3d7e822b9..60cc97aa3bd 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -80,7 +80,8 @@ (defcustom mouse-avoidance-mode nil "Activate mouse avoidance mode. See function `mouse-avoidance-mode' for possible values. -You must modify via \\[customize] for this variable to have an effect." +This variable should be set only with \\[customize], which is equivalent +to using the function `mouse-avoidance-mode'. :set (lambda (symbol value) ;; 'none below prevents toggling when value is nil. (mouse-avoidance-mode (or value 'none)))