comparison lisp/textmodes/ispell.el @ 13337:84acc3adcd63

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Oct 1995 17:35:01 +0000
parents 6b853a17f397
children 187735b53d52
comparison
equal deleted inserted replaced
13336:f225e4de23b4 13337:84acc3adcd63
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: emacs-lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;; 1 ;;; ispell.el --- spell checking using Ispell
2 ;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning. 2
3 ;;;
4 ;;;
5 ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3 ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
6 ;;; 4
7 ;;;
8 ;;; Authors : Ken Stevens <k.stevens@ieee.org> 5 ;;; Authors : Ken Stevens <k.stevens@ieee.org>
9 ;;; Note: version numbers and time stamp are not updated 6 ;;; Note: version numbers and time stamp are not updated
10 ;;; when this file is edited for release with GNU Emacs. 7 ;;; when this file is edited for release with GNU Emacs.
11 ;;; Last Modified On: Tue Jun 13 12:05:28 EDT 1995 8 ;;; Last Modified On: Tue Jun 13 12:05:28 EDT 1995
12 ;;; Update Revision : 2.37 9 ;;; Update Revision : 2.37
13 ;;; Syntax : emacs-lisp 10 ;;; Syntax : emacs-lisp
14 ;;; Status : Release with 3.1.12+ ispell. 11 ;;; Status : Release with 3.1.12+ ispell.
15 ;;; Version : International Ispell Version 3.1 by Geoff Kuenning. 12 ;;; Version : International Ispell Version 3.1 by Geoff Kuenning.
16 ;;; Bug Reports : ispell-el-bugs@itcorp.com 13 ;;; Bug Reports : ispell-el-bugs@itcorp.com
17 ;;; 14
18 ;;; Note: version numbers and time stamp are not updated 15 ;;; Note: version numbers and time stamp are not updated
19 ;;; when this file is edited for release with GNU emacs. 16 ;;; when this file is edited for release with GNU Emacs.
20 ;;; 17
21 ;;; This file is part of GNU Emacs. 18 ;;; This file is part of GNU Emacs.
22 ;;; 19 ;;;
23 ;;; GNU Emacs is free software; you can redistribute it and/or modify 20 ;;; GNU Emacs is free software; you can redistribute it and/or modify
24 ;;; it under the terms of the GNU General Public License as published by 21 ;;; it under the terms of the GNU General Public License as published by
25 ;;; the Free Software Foundation; either version 2, or (at your option) 22 ;;; the Free Software Foundation; either version 2, or (at your option)