]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-1-click-follows-link): Doc fix.
authorRomain Francoise <romain@orebokech.com>
Sun, 16 Oct 2005 16:50:00 +0000 (16:50 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 16 Oct 2005 16:50:00 +0000 (16:50 +0000)
lisp/ChangeLog
lisp/mouse.el

index 8b4c74def7a68d225a6c5b8ea5a27c11d872e499..6726ae1ea6c144c4b234da5a4050cdd95d72597e 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-16  Romain Francoise  <romain@orebokech.com>
+
+       * mouse.el (mouse-1-click-follows-link): Doc fix.
+
 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * savehist.el: Don't require CL at runtime.
index 294396a0029a0189a2fbc2d94b8166517f6953fd..bfbd9eb300d3c8dc8798e42e0961071d11371dfc 100644 (file)
@@ -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)