comparison lisp/textmodes/ispell.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents 0a3110658ada
children 0e0ef6c1e53a
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
680 Default parser is 'nroff. 680 Default parser is 'nroff.
681 Currently the only other valid parser is 'tex. 681 Currently the only other valid parser is 'tex.
682 682
683 You can set this variable in hooks in your init file -- eg: 683 You 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.")
689 689
690 690