aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/flyspell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 556369077d8..441d9972173 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1281,7 +1281,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)."
1281(defun flyspell-external-point-words () 1281(defun flyspell-external-point-words ()
1282 (let ((buffer flyspell-external-ispell-buffer)) 1282 (let ((buffer flyspell-external-ispell-buffer))
1283 (set-buffer buffer) 1283 (set-buffer buffer)
1284 (beginning-of-buffer) 1284 (goto-char (point-min))
1285 (let ((size (- flyspell-large-region-end flyspell-large-region-beg)) 1285 (let ((size (- flyspell-large-region-end flyspell-large-region-beg))
1286 (start flyspell-large-region-beg)) 1286 (start flyspell-large-region-beg))
1287 ;; now we are done with ispell, we have to find the word in 1287 ;; now we are done with ispell, we have to find the word in