diff options
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index b811d963fc4..3b3132757f9 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -892,7 +892,6 @@ and added as a submenu of the \"Edit\" menu.") | |||
| 892 | 892 | ||
| 893 | (defun ispell-find-aspell-dictionaries () | 893 | (defun ispell-find-aspell-dictionaries () |
| 894 | "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'." | 894 | "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'." |
| 895 | (interactive) | ||
| 896 | (unless ispell-really-aspell | 895 | (unless ispell-really-aspell |
| 897 | (error "This function only works with aspell")) | 896 | (error "This function only works with aspell")) |
| 898 | (let ((dictionaries | 897 | (let ((dictionaries |