From 970ce0d8c7347b6fff4f01bcf11324db929e2280 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 27 Apr 1999 18:52:00 +0000 Subject: [PATCH] (mouse-avoidance-mode): Doc fix. --- lisp/avoid.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))) -- 2.39.2