emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mouse.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el,v
Date: Fri, 27 Jun 2008 07:35:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/27 07:34:54

Index: lisp/mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mouse.el,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -b -r1.343 -r1.344
--- lisp/mouse.el       27 Jun 2008 07:30:14 -0000      1.343
+++ lisp/mouse.el       27 Jun 2008 07:34:47 -0000      1.344
@@ -1110,7 +1110,7 @@
           ;; Here, we can't use skip-syntax-forward/backward because
           ;; they don't pay attention to word-separating-categories,
           ;; and thus they will skip over a true word boundary.  So,
-          ;; we simulate the original behaviour by using forward-word.
+          ;; we simulate the original behavior by using forward-word.
           (if (< dir 0)
               (if (not (looking-at "\\<"))
                   (forward-word -1))




reply via email to

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