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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v
Date: Sun, 24 Feb 2008 10:09:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/24 10:09:07

Index: lisp/textmodes/ispell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -b -r1.224 -r1.225
--- lisp/textmodes/ispell.el    1 Feb 2008 16:01:30 -0000       1.224
+++ lisp/textmodes/ispell.el    24 Feb 2008 10:08:49 -0000      1.225
@@ -3730,7 +3730,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]