/[emacs]/emacs/lisp/mouse.el
ViewVC logotype

Diff of /emacs/lisp/mouse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.282 by cyd, Fri Oct 14 13:15:05 2005 UTC revision 1.283 by rfrancoise, Sun Oct 16 16:50:00 2005 UTC
# Line 54  Line 54 
54    
55  With the default setting, an ordinary Mouse-1 click on a link  With the default setting, an ordinary Mouse-1 click on a link
56  performs the same action as Mouse-2 on that link, while a longer  performs the same action as Mouse-2 on that link, while a longer
57  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
58  milliseconds) performs the original Mouse-1 binding \(which  milliseconds) performs the original Mouse-1 binding \(which
59  typically sets point where you click the mouse).  typically sets point where you click the mouse).
60    
# Line 78  packages.  See `mouse-on-link-p' for det Line 78  packages.  See `mouse-on-link-p' for det
78    :version "22.1"    :version "22.1"
79    :type '(choice (const :tag "Disabled" nil)    :type '(choice (const :tag "Disabled" nil)
80                   (const :tag "Double click" double)                   (const :tag "Double click" double)
81                   (number :tag "Single click time limit" :value 350)                   (number :tag "Single click time limit" :value 450)
82                   (other :tag "Single click" t))                   (other :tag "Single click" t))
83    :group 'mouse)    :group 'mouse)
84    

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26