# HG changeset patch # User Pavel Jank # Date 1013035032 0 # Node ID b3cf1a561428d486e558721dbae4e37760dee894 # Parent 8f63397cb687e2f0d8dfa4fc2930b1cf13d473fd (flyspell-insert-function): Doc fix. diff -r 8f63397cb687 -r b3cf1a561428 lisp/textmodes/flyspell.el --- 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)