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
6470c3c6
Commit
6470c3c6
authored
Apr 15, 2011
by
Juanma Barranquero
Browse files
lisp/mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
parent
c17819f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mouse-drag.el
lisp/mouse-drag.el
+1
-1
No files found.
lisp/ChangeLog
View file @
6470c3c6
2011-04-15 Juanma Barranquero <lekktu@gmail.com>
* mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2011-04-10 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion--do-completion): Avoid the "Next char
...
...
lisp/mouse-drag.el
View file @
6470c3c6
...
...
@@ -195,7 +195,7 @@ from the original mouse click to the current mouse location. Try it;
you'll like it. It's easier to observe than to explain.
If the mouse is clicked and released in the same place of time we
assume that the user didn't want to sc
debug
roll but wanted to whatever
assume that the user didn't want to scroll but wanted to whatever
mouse-2 used to do, so we pass it through.
Throw scrolling was inspired (but is not identical to) the \"hand\"
...
...
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