Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
97b1270c
Commit
97b1270c
authored
Oct 16, 2005
by
Romain Francoise
Browse files
(mouse-1-click-follows-link): Doc fix.
parent
71790d57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mouse.el
lisp/mouse.el
+2
-2
No files found.
lisp/ChangeLog
View file @
97b1270c
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.
...
...
lisp/mouse.el
View file @
97b1270c
...
...
@@ -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
3
50
Mouse-1 click \(hold down the Mouse-1 button for more than
4
50
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
3
50
)
(
number
:tag
"Single click time limit"
:value
4
50
)
(
other
:tag
"Single click"
t
))
:group
'mouse
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment