mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
*** empty log message ***
This commit is contained in:
parent
c17d15d0be
commit
f305bd747d
@ -257,6 +257,9 @@ q, \\[keyboard-quit] Leave the command loop. You can come back later with \\[is
|
||||
(message "Ispell parsing done.")
|
||||
(ispell-next))))
|
||||
|
||||
;;;###autoload
|
||||
(fset 'ispell-buffer 'ispell)
|
||||
|
||||
(defun ispell-next ()
|
||||
"Resume command loop for most recent ispell command."
|
||||
(interactive)
|
||||
@ -303,7 +306,8 @@ See `ispell' for more information."
|
||||
(load-library "spell")
|
||||
(define-key esc-map "$" 'spell-word)
|
||||
(spell-word))))))
|
||||
;;;###autoload (define-key esc-map "$" 'ispell-word)
|
||||
;;;###autoload
|
||||
(define-key esc-map "$" 'ispell-word)
|
||||
|
||||
;;;###autoload
|
||||
(defun ispell-region (start &optional end)
|
||||
|
Loading…
Reference in New Issue
Block a user