(mm-hack-charsets, mm-iso-8859-15-compatible)
[bpt/emacs.git] / lisp / regi.el
index 9e29c6e..c0cae5b 100644 (file)
@@ -1,34 +1,32 @@
 ;;; regi.el --- REGular expression Interpreting engine
 
+;; Copyright (C) 1993 Free Software Foundation, Inc.
+
 ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
 ;; Maintainer:    bwarsaw@cen.com
 ;; Created:       24-Feb-1993
 ;; Version:       1.8
 ;; Last Modified: 1993/06/01 21:33:00
-;; Keywords:      regular expression regexp matching text
+;; Keywords:      extensions, matching
 
-;; Copyright (C) 1993 Barry A. Warsaw
+;; This file is part of GNU Emacs.
 
-;; This file is not yet part of GNU Emacs.
-;;
-;; This program is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2 of the License, or
-;; (at your option) any later version.
-;; 
-;; This program is distributed in the hope that it will be useful,
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;; 
+
 ;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
-;; LCD Archive Entry
-;; regi|Barry A. Warsaw|bwarsaw@cen.com
-;; |REGular expression Interpreting engine
-;; |1993/06/01 21:33:00|1.8|
+;;; Commentary:
 
 ;;; Code:
 
@@ -111,7 +109,7 @@ t       -- always produces a true outcome
 `every' -- execute after frame is matched on a line
 
 Note that NEGATE-P and CASE-FOLD-SEARCH are meaningless if PRED is one
-of these special symbols.  Only the first occurance of each symbol in
+of these special symbols.  Only the first occurrence of each symbol in
 a frame entry is used, the rest are ignored.
 
 Your FUNC can return values which control regi processing.  If a list
@@ -256,4 +254,5 @@ useful information:
 
 \f
 (provide 'regi)
+
 ;;; regi.el ends here