aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index ed6a6ed464b..edf2aab7955 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -3757,7 +3757,7 @@ Both should not be used to define a buffer-local dictionary."
3757 ;; any character other than a space. Not rigorous enough. 3757 ;; any character other than a space. Not rigorous enough.
3758 (while (re-search-forward " *\\([^ ]+\\)" end t) 3758 (while (re-search-forward " *\\([^ ]+\\)" end t)
3759 (setq string (match-string-no-properties 1)) 3759 (setq string (match-string-no-properties 1))
3760 ;; This can fail when string contains a word with illegal chars. 3760 ;; This can fail when string contains a word with invalid chars.
3761 ;; Error handling needs to be added between ispell and emacs. 3761 ;; Error handling needs to be added between ispell and emacs.
3762 (if (and (< 1 (length string)) 3762 (if (and (< 1 (length string))
3763 (equal 0 (string-match ispell-casechars string))) 3763 (equal 0 (string-match ispell-casechars string)))