diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-19 22:13:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-19 22:13:51 +0000 |
commit | f87bb1ee420bbff558b0501aa5943dba36f5e8e9 (patch) | |
tree | a2c4321c28214f761dd72761ebd6742721eac3d0 /lisp/avoid.el | |
parent | d446a85621b43aa55941e89ba4b18a007599ae05 (diff) | |
download | emacs-f87bb1ee420bbff558b0501aa5943dba36f5e8e9.tar.gz |
(mouse-avoidance-nudge-dist): Doc fix.
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 46970a7a206..376baf7c52a 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -82,7 +82,7 @@ instead.") (defvar mouse-avoidance-nudge-dist 15 "*Average distance that mouse will be moved when approached by cursor. -Only applies in mode-avoidance-mode `jump' and its derivatives. +Only applies in mouse-avoidance-mode `jump' and its derivatives. For best results make this larger than `mouse-avoidance-threshhold'.") (defvar mouse-avoidance-nudge-var 10 |