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/ispell.el, v [EMACS_22_BAS


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el, v [EMACS_22_BASE]
Date: Tue, 05 Feb 2008 12:25:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/02/05 12:25:49

Index: ispell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.209.2.7
retrieving revision 1.209.2.8
diff -u -b -r1.209.2.7 -r1.209.2.8
--- ispell.el   7 Jan 2008 02:21:44 -0000       1.209.2.7
+++ ispell.el   5 Feb 2008 12:25:49 -0000       1.209.2.8
@@ -3757,7 +3757,7 @@
        ;; any character other than a space.  Not rigorous enough.
        (while (re-search-forward " *\\([^ ]+\\)" end t)
          (setq string (match-string-no-properties 1))
-         ;; This can fail when string contains a word with illegal chars.
+         ;; This can fail when string contains a word with invalid chars.
          ;; Error handling needs to be added between ispell and emacs.
          (if (and (< 1 (length string))
                   (equal 0 (string-match ispell-casechars string)))




reply via email to

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