浏览代码

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)