aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2011-11-18 00:31:02 -0800
committerPaul Eggert2011-11-18 00:31:02 -0800
commit3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch)
treeeedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/textmodes
parent5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff)
downloademacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz
emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.zip
Spelling fixes.
Diffstat (limited to 'lisp/textmodes')
-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 db536c100f3..d54debcec4c 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -715,7 +715,7 @@ not the very same deplacement command."
715 (remove-hook 'after-change-functions 'flyspell-after-change-function t) 715 (remove-hook 'after-change-functions 'flyspell-after-change-function t)
716 (remove-hook 'hack-local-variables-hook 716 (remove-hook 'hack-local-variables-hook
717 (function flyspell-hack-local-variables-hook) t) 717 (function flyspell-hack-local-variables-hook) t)
718 ;; we remove all the flyspell hilightings 718 ;; we remove all the flyspell highlightings
719 (flyspell-delete-all-overlays) 719 (flyspell-delete-all-overlays)
720 ;; we have to erase pre cache variables 720 ;; we have to erase pre cache variables
721 (setq flyspell-pre-buffer nil) 721 (setq flyspell-pre-buffer nil)