diff options
author | Daniel LaLiberte <liberte@gnu.org> | 1994-04-05 20:46:59 +0000 |
---|---|---|
committer | Daniel LaLiberte <liberte@gnu.org> | 1994-04-05 20:46:59 +0000 |
commit | a5ca328aaeed5feb3bc23ab85ef1733033f24348 (patch) | |
tree | 436a87d3e82429a3e9a85de6412f8321ed7b356b /lisp/emacs-lisp | |
parent | d2f846543a9977bfa932c87177a31f330ccb505c (diff) | |
download | emacs-a5ca328aaeed5feb3bc23ab85ef1733033f24348.tar.gz emacs-a5ca328aaeed5feb3bc23ab85ef1733033f24348.tar.bz2 emacs-a5ca328aaeed5feb3bc23ab85ef1733033f24348.zip |
Comment fixes.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/eval-reg.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/eval-reg.el b/lisp/emacs-lisp/eval-reg.el index 72c4437043f..e8a464b7d35 100644 --- a/lisp/emacs-lisp/eval-reg.el +++ b/lisp/emacs-lisp/eval-reg.el @@ -1,11 +1,11 @@ -;;;; Redefine eval-region, and subroutines that use it, in Lisp +;;; eval-region.el --- Redefine eval-region, and subrs that use it, in Lisp ;; Copyright (C) 1994 Daniel LaLiberte -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. ;; 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 1, or (at your option) +;; 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, |