diff options
| author | Eli Zaretskii | 2018-07-12 18:59:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-07-12 18:59:18 +0300 |
| commit | 9b49a8ed4a39c5d24336bda2ee0ee070ebe08221 (patch) | |
| tree | 521afdc9d719d443ebeacb9a775535c80e6640e3 /lisp | |
| parent | 3744fda5fa92ed058a1eb636a7836759ae5ab06f (diff) | |
| download | emacs-9b49a8ed4a39c5d24336bda2ee0ee070ebe08221.tar.gz emacs-9b49a8ed4a39c5d24336bda2ee0ee070ebe08221.zip | |
Improve documentation of Flyspell
For the background, see
http://lists.gnu.org/archive/html/help-gnu-emacs/2018-07/msg00099.html.
* doc/emacs/fixit.texi (Spelling): Add a couple of caveats.
* lisp/textmodes/flyspell.el: Update commentary.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 24e424c663c..3bad41ab7a4 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -31,10 +31,10 @@ | |||
| 31 | ;; | 31 | ;; |
| 32 | ;; To enable Flyspell in text representing computer programs, type | 32 | ;; To enable Flyspell in text representing computer programs, type |
| 33 | ;; M-x flyspell-prog-mode. | 33 | ;; M-x flyspell-prog-mode. |
| 34 | ;; In that mode only text inside comments is checked. | 34 | ;; In that mode only text inside comments and strings is checked. |
| 35 | ;; | 35 | ;; |
| 36 | ;; Some user variables control the behavior of flyspell. They are | 36 | ;; Some user variables control the behavior of flyspell. They are |
| 37 | ;; those defined under the `User variables' comment. | 37 | ;; those defined under the `User configuration' comment. |
| 38 | 38 | ||
| 39 | ;;; Code: | 39 | ;;; Code: |
| 40 | 40 | ||