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:
parent
ec957c4d71
commit
970ce0d8c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue