aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-02-16 13:21:11 +0000
committerGerd Moellmann <[email protected]>2001-02-16 13:21:11 +0000
commit3bb710b01ce26cb0f35b9cdd49cd0b13a61d652b (patch)
treef77fdd1177f8ab5763b655705767b376ceb08d1d /lisp
parentc56b1c1bc9566eb025368024097184235fcefb05 (diff)
(flyspell-region, flyspell-buffer):
Add autoload cookies.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 5d36a467bf..b1290c9cb8 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)