]> code.delx.au - gnu-emacs/commitdiff
(flyspell-region, flyspell-buffer):
authorGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 13:21:11 +0000 (13:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 13:21:11 +0000 (13:21 +0000)
Add autoload cookies.

lisp/textmodes/flyspell.el

index 5d36a467bf095ae6668536968e4d89388b7ed902..b1290c9cb8c81a04ecf776d9a674f0f0108cd329 100644 (file)
@@ -1353,6 +1353,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)."
 ;*    pointed out words are then searched in the region a checked with */
 ;*    regular flyspell means.                                          */
 ;*---------------------------------------------------------------------*/
+;;;###autoload
 (defun flyspell-region (beg end)
   "Flyspell text between BEG and END."
   (interactive "r")
@@ -1370,6 +1371,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)."
 ;*---------------------------------------------------------------------*/
 ;*    flyspell-buffer ...                                              */
 ;*---------------------------------------------------------------------*/
+;;;###autoload
 (defun flyspell-buffer ()
   "Flyspell whole buffer."
   (interactive)