# HG changeset patch # User Juanma Barranquero # Date 1202214349 0 # Node ID 204931554291040b6984279efe9cc4f527d15202 # Parent 6e1ffbecad0b2823c2709d94433e12e8fc2ccd75 *** empty log message *** diff -r 6e1ffbecad0b -r 204931554291 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Tue Feb 05 12:21:25 2008 +0000 +++ b/lisp/textmodes/ispell.el Tue Feb 05 12:25:49 2008 +0000 @@ -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)))