1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08: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)))