diff options
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 |