about summary refs log tree commit diff stats
path: root/lisp/+flyspell-correct.el
diff options
context:
space:
mode:
authorCase Duckworth2022-10-21 21:37:30 -0500
committerCase Duckworth2022-10-21 21:37:30 -0500
commit4cf60c3fea16b60eb18c9a7d8403b75c89aeffef (patch)
tree033b31cf848311659dc296793631f9e6e9983d58 /lisp/+flyspell-correct.el
parentAdd a bunch of other stuff or whatever (diff)
downloademacs-4cf60c3fea16b60eb18c9a7d8403b75c89aeffef.tar.gz
emacs-4cf60c3fea16b60eb18c9a7d8403b75c89aeffef.zip
blhe
Diffstat (limited to 'lisp/+flyspell-correct.el')
-rw-r--r--lisp/+flyspell-correct.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/+flyspell-correct.el b/lisp/+flyspell-correct.el index f4fc956..9a33cc0 100644 --- a/lisp/+flyspell-correct.el +++ b/lisp/+flyspell-correct.el
@@ -12,8 +12,8 @@ With PREFIX, prompt to change the current dictionary."
12 (when prefix 12 (when prefix
13 (let ((current-prefix-arg nil)) 13 (let ((current-prefix-arg nil))
14 (call-interactively #'ispell-change-dictionary))) 14 (call-interactively #'ispell-change-dictionary)))
15 (+with-message "Checking spelling" 15 (with-message "Checking spelling"
16 (flyspell-correct-move (point-min) :forward :rapid))) 16 (flyspell-correct-move (point-min) :forward :rapid)))
17 17
18(defun +flyspell-correct-buffer-h (&rest _) 18(defun +flyspell-correct-buffer-h (&rest _)
19 "Run `+flyspell-correct-buffer'. 19 "Run `+flyspell-correct-buffer'.