diff options
Diffstat (limited to 'lisp/textmodes/ispell4.el')
-rw-r--r-- | lisp/textmodes/ispell4.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 4520ebcff0d..0ad99c1e92a 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -268,7 +268,7 @@ q, \\[keyboard-quit] Leave the command loop. You can come back later with \\[is (ispell-next)))) ;;;###autoload -(fset 'ispell-buffer 'ispell) +(defalias 'ispell-buffer 'ispell) (defun ispell-next () "Resume command loop for most recent ispell command." |