Mercurial > emacs
changeset 43148:b3cf1a561428
(flyspell-insert-function): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 06 Feb 2002 22:37:12 +0000 |
parents | 8f63397cb687 |
children | a50d91dfe5f8 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Wed Feb 06 21:11:23 2002 +0000 +++ b/lisp/textmodes/flyspell.el Wed Feb 06 22:37:12 2002 +0000 @@ -228,8 +228,7 @@ :type 'number) (defcustom flyspell-insert-function (function insert) - "*The function to be used when a word has to be inserted by flyspell -upon correction." + "*Function for inserting word by flyspell upon correction." :group 'flyspell :type 'function)