aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-22 22:14:17 +0000
committerRichard M. Stallman1994-05-22 22:14:17 +0000
commita4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch)
tree106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/textmodes/ispell.el
parentee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff)
downloademacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz
emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip
Doc fix.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 7b3f71cff2e..73b58f68de5 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -682,7 +682,7 @@ Currently the only other valid parser is 'tex.
682 682
683You can set this variable in hooks in your init file -- eg: 683You can set this variable in hooks in your init file -- eg:
684 684
685(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))") 685\(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))")
686 686
687(defvar ispell-region-end (make-marker) 687(defvar ispell-region-end (make-marker)
688 "Marker that allows spelling continuations.") 688 "Marker that allows spelling continuations.")