diff options
author | Romain Francoise <romain@orebokech.com> | 2005-10-16 16:50:00 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-10-16 16:50:00 +0000 |
commit | 97b1270c38dcf75e68d73239ae22f53fb2377bdd (patch) | |
tree | d434d61cb7a1d062a4ef3f4ac963bb777ca91659 /lisp/mouse.el | |
parent | 71790d57606afbf6089ad202cb25c09aef407145 (diff) | |
download | emacs-97b1270c38dcf75e68d73239ae22f53fb2377bdd.tar.gz |
(mouse-1-click-follows-link): Doc fix.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 294396a0029..bfbd9eb300d 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -54,7 +54,7 @@ With the default setting, an ordinary Mouse-1 click on a link performs the same action as Mouse-2 on that link, while a longer -Mouse-1 click \(hold down the Mouse-1 button for more than 350 +Mouse-1 click \(hold down the Mouse-1 button for more than 450 milliseconds) performs the original Mouse-1 binding \(which typically sets point where you click the mouse). @@ -78,7 +78,7 @@ packages. See `mouse-on-link-p' for details." :version "22.1" :type '(choice (const :tag "Disabled" nil) (const :tag "Double click" double) - (number :tag "Single click time limit" :value 350) + (number :tag "Single click time limit" :value 450) (other :tag "Single click" t)) :group 'mouse) |