emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 b85523f: * lisp/textmodes/flyspell.el (flyspell-d


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 b85523f: * lisp/textmodes/flyspell.el (flyspell-duplicate-distance): Bump :version.
Date: Fri, 13 Feb 2015 18:17:19 +0000

branch: emacs-24
commit b85523fea0b77a25b6afae8bdd6215acaf4455a1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/textmodes/flyspell.el (flyspell-duplicate-distance): Bump :version.
---
 lisp/ChangeLog             |    7 +++++--
 lisp/textmodes/flyspell.el |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a7b6b1b..ef14539 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-13  Glenn Morris  <address@hidden>
+
+       * textmodes/flyspell.el (flyspell-duplicate-distance):
+       Bump :version.
+
 2015-02-13  Eli Zaretskii  <address@hidden>
 
        * textmodes/text-mode.el (text-mode-syntax-table): Make some
@@ -9,7 +14,6 @@
 2015-02-12  Agustín Martín Domingo <address@hidden>
 
        Improve string search in `flyspell-word-search-*`. (Bug#16800)
-
        * flyspell.el (flyspell-duplicate-distance): Limit default search
        distance for duplicated words to 40000.
        (flyspell-word-search-backward, flyspell-word-search-forward):
@@ -18,7 +22,6 @@
 2015-02-10  Juri Linkov  <address@hidden>
 
        Better support for the case of typing RET on the prompt in comint.
-
        * comint.el (comint-get-old-input-default): Go to the field end
        when comint-use-prompt-regexp is nil.
        (comint-line-beginning-position): Check if point is already
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index cd64a80..e5d722c 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -101,7 +101,7 @@ This variable specifies how far to search to find such a 
duplicate.
 -1 means no limit (search the whole buffer).
 0 means do not search for duplicate unrecognized spellings."
   :group 'flyspell
-  :version "21.1"
+  :version "24.5"                      ; -1 -> 400000
   :type '(choice (const :tag "no limit" -1)
                 number))
 



reply via email to

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