diff options
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r-- | lisp/avoid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el index 60cc97aa3bd..167f97873ff 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -81,7 +81,7 @@ "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'. +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))) |