From 1c71b9580a92ce5a7a749231f42f2849d9f44ffe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 6 Feb 2002 22:37:12 +0000 Subject: [PATCH] (flyspell-insert-function): Doc fix. --- lisp/textmodes/flyspell.el | 3 +-- 1 file changed, 1 insertion(+), 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." :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) -- 2.39.5