comparison lisp/textmodes/=ispell4.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents 2c7997f249eb
children b65cf676a09b
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
17 ;;GNU General Public License for more details. 17 ;;GNU General Public License for more details.
18 ;; 18 ;;
19 ;;You should have received a copy of the GNU General Public License 19 ;;You should have received a copy of the GNU General Public License
20 ;;along with GNU Emacs; see the file COPYING. If not, write to 20 ;;along with GNU Emacs; see the file COPYING. If not, write to
21 ;;the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;;the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 ;;; Commentary:
24
25 ;; This package provides a graceful interface to ispell, the GNU
26 ;; spelling checker.
22 27
23 ;;; Code: 28 ;;; Code:
24 29
25 (defvar ispell-have-new-look t 30 (defvar ispell-have-new-look t
26 "T if default 'look' program has the -r flag.") 31 "T if default 'look' program has the -r flag.")