aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Kangas2022-02-25 06:30:57 +0100
committerStefan Kangas2022-02-25 06:30:57 +0100
commitf4ef44a5ebd6a85f1e546ccfea8cc13e71152032 (patch)
treec84820648580fc0bf2d0a92d3464f2403d7258f9 /lisp/textmodes
parent73e1be36e513ac7ea56e1435f8242d83ec39e3b3 (diff)
parent5c77aed2d627eba140729824cc41c91905aac52d (diff)
downloademacs-f4ef44a5ebd6a85f1e546ccfea8cc13e71152032.tar.gz
emacs-f4ef44a5ebd6a85f1e546ccfea8cc13e71152032.zip
Merge from origin/emacs-28
5c77aed2d6 Mention flyspell-prog-mode in flyspell-mode doc string
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 664214419fa..5de04b12d46 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -489,6 +489,9 @@ Flyspell mode is a buffer-local minor mode. When enabled, it
489spawns a single Ispell process and checks each word. The default 489spawns a single Ispell process and checks each word. The default
490flyspell behavior is to highlight incorrect words. 490flyspell behavior is to highlight incorrect words.
491 491
492This mode is geared toward text modes. In buffers that contain
493code, `flyspell-prog-mode' is usually a better choice.
494
492Bindings: 495Bindings:
493\\[ispell-word]: correct words (using Ispell). 496\\[ispell-word]: correct words (using Ispell).
494\\[flyspell-auto-correct-word]: automatically correct word. 497\\[flyspell-auto-correct-word]: automatically correct word.