/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73 by rms, Mon Aug 15 01:49:51 2005 UTC revision 1.74 by rms, Mon Aug 15 23:48:30 2005 UTC
# Line 77  Non-nil means use highlight, nil means u Line 77  Non-nil means use highlight, nil means u
77    :type 'boolean)    :type 'boolean)
78    
79  (defcustom flyspell-mark-duplications-flag t  (defcustom flyspell-mark-duplications-flag t
80    "*Non-nil means Flyspell reports a repeated word as an error."    "*Non-nil means Flyspell reports a repeated word as an error.
81    Detection of repeated words is not implemented in
82    \"large\" regions; see `flyspell-large-region'."
83    :group 'flyspell    :group 'flyspell
84    :type 'boolean)    :type 'boolean)
85    
# Line 238  If the region is smaller than this numbe Line 240  If the region is smaller than this numbe
240  flyspell methods.  Else, if the region is large, a new Ispell process is  flyspell methods.  Else, if the region is large, a new Ispell process is
241  spawned for speed.  spawned for speed.
242    
243    Doubled words are not detected in a large region, because Ispell
244    does not check for them.
245    
246  If `flyspell-large-region' is nil, all regions are treated as small."  If `flyspell-large-region' is nil, all regions are treated as small."
247    :group 'flyspell    :group 'flyspell
248    :version "21.1"    :version "21.1"
249    :type '(choice number boolean))    :type '(choice number (const :tag "All small" nil)))
250    
251  (defcustom flyspell-insert-function (function insert)  (defcustom flyspell-insert-function (function insert)
252    "*Function for inserting word by flyspell upon correction."    "*Function for inserting word by flyspell upon correction."

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26