# HG changeset patch # User Glenn Morris # Date 1214551814 0 # Node ID 4abf11e31c26256d85a2178049d63f8889566b65 # Parent 0f44fb08e72fd73a6c07cc6574bb981ffb160b0e Fix comment typo. diff -r 0f44fb08e72f -r 4abf11e31c26 lisp/mouse.el --- a/lisp/mouse.el Fri Jun 27 02:41:14 2008 +0000 +++ b/lisp/mouse.el Fri Jun 27 07:30:14 2008 +0000 @@ -1110,8 +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 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))