From: Pavel Janík Date: Wed, 6 Feb 2002 22:37:12 +0000 (+0000) Subject: (flyspell-insert-function): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16809 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c71b9580a92ce5a7a749231f42f2849d9f44ffe;p=emacs.git (flyspell-insert-function): Doc fix. --- 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." :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)