]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-insert-function): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Wed, 6 Feb 2002 22:37:12 +0000 (22:37 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 6 Feb 2002 22:37:12 +0000 (22:37 +0000)
lisp/textmodes/flyspell.el

index 1ff422796366b4b4a914a474c25f3634bace4ed3..292df46976d04a15bcc70117301ac4c0c13573bc 100644 (file)
@@ -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)