emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100555: lisp/mouse-drag.el (mouse


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100555: lisp/mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
Date: Fri, 15 Apr 2011 04:56:50 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100555
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Fri 2011-04-15 04:56:50 +0200
message:
  lisp/mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
modified:
  lisp/ChangeLog
  lisp/mouse-drag.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-04-10 21:07:40 +0000
+++ b/lisp/ChangeLog    2011-04-15 02:56:50 +0000
@@ -1,3 +1,7 @@
+2011-04-15  Juanma Barranquero  <address@hidden>
+
+       * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
+
 2011-04-10  Chong Yidong  <address@hidden>
 
        * minibuffer.el (completion--do-completion): Avoid the "Next char

=== modified file 'lisp/mouse-drag.el'
--- a/lisp/mouse-drag.el        2011-01-02 23:50:46 +0000
+++ b/lisp/mouse-drag.el        2011-04-15 02:56:50 +0000
@@ -195,7 +195,7 @@
 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 scdebugroll 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\"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]