# HG changeset patch # User Karl Heuer # Date 922829265 0 # Node ID 7633ec82a288584d74ccc502a98cab92620d2f2d # Parent 2bbd3f3c6ecae09f07641e31cf22663055f35eec (mouse-avoidance-mode): Doc fix. diff -r 2bbd3f3c6eca -r 7633ec82a288 lisp/avoid.el --- a/lisp/avoid.el Tue Mar 30 21:27:34 1999 +0000 +++ b/lisp/avoid.el Tue Mar 30 21:27:45 1999 +0000 @@ -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)))