diff lisp/textmodes/=ispell4.el @ 256:7e4c7ef44243

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Thu, 09 May 1991 21:50:34 +0000
parents a1430f8459e5
children ba0e7d5a44ad
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el	Thu May 09 17:10:09 1991 +0000
+++ b/lisp/textmodes/=ispell4.el	Thu May 09 21:50:34 1991 +0000
@@ -185,6 +185,7 @@
 (defun ispell-tex-buffer-p ()
   (memq major-mode '(plain-TeX-mode LaTeX-mode)))
 
+;;;###autoload
 (defun ispell (&optional buf start end)
   "Run ispell over current buffer's visited file.
 First the file is scanned for misspelled words, then ispell
@@ -287,6 +288,7 @@
   (ispell-dump))
 
 
+;;;###autoload
 (defun ispell-word ()
   "Check the spelling of the word under the cursor.
 See `ispell' for more information."
@@ -301,7 +303,9 @@
 	    (load-library "spell")
 	    (define-key esc-map "$" 'spell-word)
 	    (spell-word))))))
+;;;###autoload (define-key esc-map "$" 'ispell-word)
 
+;;;###autoload
 (defun ispell-region (start &optional end)
   "Check the spelling for all of the words in the region."
   (interactive "r")