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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Mon, 15 Aug 2005 19:48:30 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.73 
emacs/lisp/textmodes/flyspell.el:1.74
*** emacs/lisp/textmodes/flyspell.el:1.73       Mon Aug 15 01:49:51 2005
--- emacs/lisp/textmodes/flyspell.el    Mon Aug 15 23:48:30 2005
***************
*** 77,83 ****
    :type 'boolean)
  
  (defcustom flyspell-mark-duplications-flag t
!   "*Non-nil means Flyspell reports a repeated word as an error."
    :group 'flyspell
    :type 'boolean)
  
--- 77,85 ----
    :type 'boolean)
  
  (defcustom flyspell-mark-duplications-flag t
!   "*Non-nil means Flyspell reports a repeated word as an error.
! Detection of repeated words is not implemented in
! \"large\" regions; see `flyspell-large-region'."
    :group 'flyspell
    :type 'boolean)
  
***************
*** 238,247 ****
  flyspell methods.  Else, if the region is large, a new Ispell process is
  spawned for speed.
  
  If `flyspell-large-region' is nil, all regions are treated as small."
    :group 'flyspell
    :version "21.1"
!   :type '(choice number boolean))
  
  (defcustom flyspell-insert-function (function insert)
    "*Function for inserting word by flyspell upon correction."
--- 240,252 ----
  flyspell methods.  Else, if the region is large, a new Ispell process is
  spawned for speed.
  
+ Doubled words are not detected in a large region, because Ispell
+ does not check for them.
+ 
  If `flyspell-large-region' is nil, all regions are treated as small."
    :group 'flyspell
    :version "21.1"
!   :type '(choice number (const :tag "All small" nil)))
  
  (defcustom flyspell-insert-function (function insert)
    "*Function for inserting word by flyspell upon correction."




reply via email to

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