]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Fri, 27 Jun 2008 07:30:14 +0000 (07:30 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 Jun 2008 07:30:14 +0000 (07:30 +0000)
lisp/mouse.el

index ce1bc30b1d4ae9c06329fe6ff56008dc104d479c..524d45271a026876cce31658853d1e5eea9c1a2f 100644 (file)
@@ -1110,8 +1110,7 @@ If DIR is positive skip forward; if negative, skip backward."
           ;; 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 simularte the original behaviour by using
-          ;; forward-word.
+          ;; we simulate the original behaviour by using forward-word.
           (if (< dir 0)
               (if (not (looking-at "\\<"))
                   (forward-word -1))