소스 검색

Previous word moves to back of word

Josh Bicking 8 년 전
부모
커밋
c7e2d5be55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)