aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mouse-drag.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbfbd2b71f1..13561921b1f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-04-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
4
12011-04-10 Chong Yidong <cyd@stupidchicken.com> 52011-04-10 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * minibuffer.el (completion--do-completion): Avoid the "Next char 7 * minibuffer.el (completion--do-completion): Avoid the "Next char
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el
index c892501fe53..84a680bfcde 100644
--- a/lisp/mouse-drag.el
+++ b/lisp/mouse-drag.el
@@ -195,7 +195,7 @@ from the original mouse click to the current mouse location. Try it;
195you'll like it. It's easier to observe than to explain. 195you'll like it. It's easier to observe than to explain.
196 196
197If the mouse is clicked and released in the same place of time we 197If the mouse is clicked and released in the same place of time we
198assume that the user didn't want to scdebugroll but wanted to whatever 198assume that the user didn't want to scroll but wanted to whatever
199mouse-2 used to do, so we pass it through. 199mouse-2 used to do, so we pass it through.
200 200
201Throw scrolling was inspired (but is not identical to) the \"hand\" 201Throw scrolling was inspired (but is not identical to) the \"hand\"