diff options
| author | Stefan Kangas | 2022-02-25 06:30:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-02-25 06:30:57 +0100 |
| commit | f4ef44a5ebd6a85f1e546ccfea8cc13e71152032 (patch) | |
| tree | c84820648580fc0bf2d0a92d3464f2403d7258f9 /lisp/textmodes | |
| parent | 73e1be36e513ac7ea56e1435f8242d83ec39e3b3 (diff) | |
| parent | 5c77aed2d627eba140729824cc41c91905aac52d (diff) | |
| download | emacs-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.el | 3 |
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 | |||
| 489 | spawns a single Ispell process and checks each word. The default | 489 | spawns a single Ispell process and checks each word. The default |
| 490 | flyspell behavior is to highlight incorrect words. | 490 | flyspell behavior is to highlight incorrect words. |
| 491 | 491 | ||
| 492 | This mode is geared toward text modes. In buffers that contain | ||
| 493 | code, `flyspell-prog-mode' is usually a better choice. | ||
| 494 | |||
| 492 | Bindings: | 495 | Bindings: |
| 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. |