Fix comment typo.
This commit is contained in:
parent
6772c8e169
commit
cdd1f23bbf
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue