diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-16 04:37:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-16 04:37:48 +0000 |
commit | c0d7987107ab2fa9183aadf36d38e3be2542873a (patch) | |
tree | 019ac87376cff61733e32d905511555d6512c527 /lisp/emacs-lisp | |
parent | 41e798a9699d5b6815a94ad2c5af86e1bdec6c3c (diff) | |
download | emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.gz emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.bz2 emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.zip |
Comment change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/advice.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/eval-reg.el | 1 | ||||
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 6495c3b2d3b..258c7139474 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -1436,7 +1436,7 @@ ;; (fie 2) ;; 8 ;; -;; If you put a preactivating `defadvice' into an elisp file that gets byte- +;; If you put a preactivating `defadvice' into a Lisp file that gets byte- ;; compiled then the constructed advised definition will get compiled by ;; the byte-compiler. For that to occur in a v18 emacs you have to put the ;; `defadvice' inside a `defun' because the v18 compiler does not compile diff --git a/lisp/emacs-lisp/eval-reg.el b/lisp/emacs-lisp/eval-reg.el index 6d22fa22aa5..f4e32ded320 100644 --- a/lisp/emacs-lisp/eval-reg.el +++ b/lisp/emacs-lisp/eval-reg.el @@ -213,3 +213,4 @@ This version calls `eval-region' on the whole buffer." (provide 'eval-reg) +;;; eval-reg.el ends here diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index ac2d9c4b4ca..2b91c0b6f5f 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> ;; Created: 14 Jul 1992 -;; Version: $Id: lisp-mnt.el,v 1.8 1994/05/03 23:21:00 kwzh Exp rms $ +;; Version: $Id: lisp-mnt.el,v 1.9 1994/06/17 19:59:09 rms Exp rms $ ;; Keywords: docs ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! @@ -87,7 +87,7 @@ ;; author *is* one of the maintainers.) ;; ;; * Keywords line --- used by the finder code (now under construction) -;; for finding elisp code related to a topic. +;; for finding Emacs Lisp code related to a topic. ;; ;; * X-Bogus-Bureaucratic-Cruft line --- this is a joke and an example ;; of a comment header. Headers starting with `X-' should never be used @@ -100,7 +100,7 @@ ;; * Change log line --- optional, exists to terminate the commentary ;; section and start a change-log part, if one exists. ;; -;; * Code line --- exists so elisp can know where commentary and/or +;; * Code line --- exists so Lisp can know where commentary and/or ;; change-log sections end. ;; ;; * Footer line --- marks end-of-file so it can be distinguished from |