aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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)