Explorar el Código

Previous word moves to back of word

Josh Bicking hace 8 años
padre
commit
c7e2d5be55
Se han modificado 1 ficheros con 1 adiciones y 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)