From: Gerd Moellmann Date: Fri, 16 Feb 2001 13:21:11 +0000 (+0000) Subject: (flyspell-region, flyspell-buffer): X-Git-Tag: emacs-pretest-21.0.99~360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bb710b01ce26cb0f35b9cdd49cd0b13a61d652b;p=emacs.git (flyspell-region, flyspell-buffer): Add autoload cookies. --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 5d36a467bf0..b1290c9cb8c 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -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)