diff options
| author | Pavel Janík | 2002-02-06 22:37:12 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-06 22:37:12 +0000 |
| commit | 1c71b9580a92ce5a7a749231f42f2849d9f44ffe (patch) | |
| tree | d0f91e90a1ac41f8a5d317ec0e640e5fa0fc52b9 | |
| parent | f4ed304fb212359f4a4d3f2b2404e39075e79fa2 (diff) | |
| download | emacs-1c71b9580a92ce5a7a749231f42f2849d9f44ffe.tar.gz emacs-1c71b9580a92ce5a7a749231f42f2849d9f44ffe.zip | |
(flyspell-insert-function): Doc fix.
| -rw-r--r-- | lisp/textmodes/flyspell.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 1ff42279636..292df46976d 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -228,8 +228,7 @@ speed." | |||
| 228 | :type 'number) | 228 | :type 'number) |
| 229 | 229 | ||
| 230 | (defcustom flyspell-insert-function (function insert) | 230 | (defcustom flyspell-insert-function (function insert) |
| 231 | "*The function to be used when a word has to be inserted by flyspell | 231 | "*Function for inserting word by flyspell upon correction." |
| 232 | upon correction." | ||
| 233 | :group 'flyspell | 232 | :group 'flyspell |
| 234 | :type 'function) | 233 | :type 'function) |
| 235 | 234 | ||