Explorar o código

Previous word moves to back of word

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
c7e2d5be55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      emacs

+ 1 - 1
emacs

@@ -292,7 +292,7 @@
           (progn
             (message "No more miss-spelled word!")
             (setq arg 0))
-        (forward-word)))))
+        ))))
 
 (global-set-key (kbd "C-=") 'flyspell-goto-next-error)
 (global-set-key (kbd "M-=") 'flyspell-goto-previous-error)