changeset 24639:219a6fe709d6

(mouse-avoidance-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:52:00 +0000
parents 39d56f4cc4fd
children 885873f5d65b
files lisp/avoid.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)))