diff lisp/textmodes/flyspell.el @ 43148:b3cf1a561428

(flyspell-insert-function): Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 06 Feb 2002 22:37:12 +0000
parents aad0b1eb2142
children d21a74d23497
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)