diff options
| author | Paul Eggert | 2020-01-17 14:23:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-17 14:24:15 -0800 |
| commit | 2391d3f45dbff087d64c522657124ebd1467b251 (patch) | |
| tree | f3500c37d93126f61b70abfeb4cd7d07786e67b8 /lisp/textmodes | |
| parent | e898442be343588c2be9638b1684856dbc898ab9 (diff) | |
| download | emacs-2391d3f45dbff087d64c522657124ebd1467b251.tar.gz emacs-2391d3f45dbff087d64c522657124ebd1467b251.zip | |
; spelling fixes
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index fc529a83596..a9fbd2f04cb 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -2024,7 +2024,7 @@ quit spell session exited." | |||
| 2024 | (setq ispell-filter (cdr ispell-filter)) | 2024 | (setq ispell-filter (cdr ispell-filter)) |
| 2025 | (when (and ispell-filter (listp ispell-filter)) | 2025 | (when (and ispell-filter (listp ispell-filter)) |
| 2026 | (if (> (length ispell-filter) 1) | 2026 | (if (> (length ispell-filter) 1) |
| 2027 | (error "Ispell and its processs have different character maps: %s" ispell-filter) | 2027 | (error "Ispell and its process have different character maps: %s" ispell-filter) |
| 2028 | (ispell-parse-output (car ispell-filter))))) | 2028 | (ispell-parse-output (car ispell-filter))))) |
| 2029 | 2029 | ||
| 2030 | (defun ispell-error-checking-word (word) | 2030 | (defun ispell-error-checking-word (word) |