changeset 96375:4abf11e31c26

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:30:14 +0000
parents 0f44fb08e72f
children c3309dba6542
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))