1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(mouse-avoidance-mode): Doc fix.

This commit is contained in:
Dave Love 1999-04-27 18:52:00 +00:00
parent ec957c4d71
commit 970ce0d8c7

View File

@ -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)))