aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 07:34:53 +0000
committerGlenn Morris2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/mouse.el
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip
American English spelling fix.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 524d45271a0..ffdfb86dac2 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1110,7 +1110,7 @@ If DIR is positive skip forward; if negative, skip backward."
1110 ;; Here, we can't use skip-syntax-forward/backward because 1110 ;; Here, we can't use skip-syntax-forward/backward because
1111 ;; they don't pay attention to word-separating-categories, 1111 ;; they don't pay attention to word-separating-categories,
1112 ;; and thus they will skip over a true word boundary. So, 1112 ;; and thus they will skip over a true word boundary. So,
1113 ;; we simulate the original behaviour by using forward-word. 1113 ;; we simulate the original behavior by using forward-word.
1114 (if (< dir 0) 1114 (if (< dir 0)
1115 (if (not (looking-at "\\<")) 1115 (if (not (looking-at "\\<"))
1116 (forward-word -1)) 1116 (forward-word -1))