Mercurial > emacs
changeset 80046:204931554291
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 12:25:49 +0000 |
parents | 6e1ffbecad0b |
children | 2bafd2168c30 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))