mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(mouse-avoidance-mode): Doc fix.
This commit is contained in:
parent
2ca46a11bf
commit
7421db29d7
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user