diff options
| author | Gerd Moellmann | 2001-02-16 13:21:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-16 13:21:11 +0000 |
| commit | 3bb710b01ce26cb0f35b9cdd49cd0b13a61d652b (patch) | |
| tree | f77fdd1177f8ab5763b655705767b376ceb08d1d /lisp | |
| parent | c56b1c1bc9566eb025368024097184235fcefb05 (diff) | |
| download | emacs-3bb710b01ce26cb0f35b9cdd49cd0b13a61d652b.tar.gz emacs-3bb710b01ce26cb0f35b9cdd49cd0b13a61d652b.zip | |
(flyspell-region, flyspell-buffer):
Add autoload cookies.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 2 insertions, 0 deletions
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)." | |||
| 1353 | ;* pointed out words are then searched in the region a checked with */ | 1353 | ;* pointed out words are then searched in the region a checked with */ |
| 1354 | ;* regular flyspell means. */ | 1354 | ;* regular flyspell means. */ |
| 1355 | ;*---------------------------------------------------------------------*/ | 1355 | ;*---------------------------------------------------------------------*/ |
| 1356 | ;;;###autoload | ||
| 1356 | (defun flyspell-region (beg end) | 1357 | (defun flyspell-region (beg end) |
| 1357 | "Flyspell text between BEG and END." | 1358 | "Flyspell text between BEG and END." |
| 1358 | (interactive "r") | 1359 | (interactive "r") |
| @@ -1370,6 +1371,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)." | |||
| 1370 | ;*---------------------------------------------------------------------*/ | 1371 | ;*---------------------------------------------------------------------*/ |
| 1371 | ;* flyspell-buffer ... */ | 1372 | ;* flyspell-buffer ... */ |
| 1372 | ;*---------------------------------------------------------------------*/ | 1373 | ;*---------------------------------------------------------------------*/ |
| 1374 | ;;;###autoload | ||
| 1373 | (defun flyspell-buffer () | 1375 | (defun flyspell-buffer () |
| 1374 | "Flyspell whole buffer." | 1376 | "Flyspell whole buffer." |
| 1375 | (interactive) | 1377 | (interactive) |