emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Wed, 06 Feb 2002 17:37:12 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.42 
emacs/lisp/textmodes/flyspell.el:1.43
*** emacs/lisp/textmodes/flyspell.el:1.42       Sat Feb  2 10:56:45 2002
--- emacs/lisp/textmodes/flyspell.el    Wed Feb  6 17:37:12 2002
***************
*** 228,235 ****
    :type 'number)
  
  (defcustom flyspell-insert-function (function insert)
!   "*The function to be used when a word has to be inserted by flyspell
! upon correction."
    :group 'flyspell
    :type 'function)
  
--- 228,234 ----
    :type 'number)
  
  (defcustom flyspell-insert-function (function insert)
!   "*Function for inserting word by flyspell upon correction."
    :group 'flyspell
    :type 'function)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]