mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
American English spelling fix.
This commit is contained in:
parent
cdd1f23bbf
commit
fffa137cb7
68 changed files with 108 additions and 108 deletions
|
|
@ -1110,7 +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 simulate the original behaviour by using forward-word.
|
||||
;; we simulate the original behavior by using forward-word.
|
||||
(if (< dir 0)
|
||||
(if (not (looking-at "\\<"))
|
||||
(forward-word -1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue