# HG changeset patch # User Romain Francoise # Date 1129481400 0 # Node ID e7767b4c6597a18980e9cbb15e690f1ee0fcbad5 # Parent d61c5c1cd4c643204ac8d789950c72f62b152ae4 (mouse-1-click-follows-link): Doc fix. diff -r d61c5c1cd4c6 -r e7767b4c6597 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 16 15:34:32 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 16 16:50:00 2005 +0000 @@ -1,3 +1,7 @@ +2005-10-16 Romain Francoise + + * mouse.el (mouse-1-click-follows-link): Doc fix. + 2005-10-16 Stefan Monnier * savehist.el: Don't require CL at runtime. diff -r d61c5c1cd4c6 -r e7767b4c6597 lisp/mouse.el --- a/lisp/mouse.el Sun Oct 16 15:34:32 2005 +0000 +++ b/lisp/mouse.el Sun Oct 16 16:50:00 2005 +0000 @@ -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 @@ :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)