emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mwheel.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mwheel.el
Date: Tue, 14 Feb 2006 11:35:48 +0000

Index: emacs/lisp/mwheel.el
diff -u emacs/lisp/mwheel.el:1.39 emacs/lisp/mwheel.el:1.40
--- emacs/lisp/mwheel.el:1.39   Sat Feb 11 11:31:54 2006
+++ emacs/lisp/mwheel.el        Tue Feb 14 11:35:48 2006
@@ -91,7 +91,7 @@
                  mouse-wheel-click-button))
   "Event that should be temporarily inhibited after mouse scrolling.
 The mouse wheel is typically on the mouse-2 button, so it may easily
-happen that text is accidentially yanked into the buffer when
+happen that text is accidentally yanked into the buffer when
 scrolling with the mouse wheel.  To prevent that, this variable can be
 set to the event sent when clicking on the mouse wheel button."
   :group 'mouse
@@ -220,7 +220,7 @@
 (define-minor-mode mouse-wheel-mode
   "Toggle mouse wheel support.
 With prefix argument ARG, turn on if positive, otherwise off.
-Returns non-nil if the new state is enabled."
+Return non-nil if the new state is enabled."
   :global t
   :group 'mouse
   (let* ((dn mouse-wheel-down-event)




reply via email to

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