diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-10 00:36:27 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-10 00:36:27 -0800 |
commit | 2b44e4584b8b113a8fbfcca6e8980383a77a9717 (patch) | |
tree | f918e5f69bc9ffa4f03f432d3e93cb6e1ce1308b /lisp/emacs-lisp/lisp-mnt.el | |
parent | 7602b5c379f4176ea05285b05b57ba4e41d5204d (diff) | |
download | emacs-2b44e4584b8b113a8fbfcca6e8980383a77a9717.tar.gz emacs-2b44e4584b8b113a8fbfcca6e8980383a77a9717.tar.bz2 emacs-2b44e4584b8b113a8fbfcca6e8980383a77a9717.zip |
* lisp/emacs-lisp/lisp-mnt.el: Comments.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 2f7d70ac07e..9256ad72a3d 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -85,10 +85,9 @@ ;; at a different version of the file than the one they're accustomed to. This ;; may be an RCS or SCCS header. ;; -;; * Adapted-By line --- this is for FSF's internal use. The person named -;; in this field was the one responsible for installing and adapting the -;; package for the distribution. (This file doesn't have one because the -;; author *is* one of the maintainers.) +;; * Adapted-By line --- this was used historically when some files +;; were added to Emacs. The person named in this field installed and +;; (possibly adapted) the package in the Emacs distribution. ;; ;; * Keywords line --- used by the finder code for finding Emacs ;; Lisp code related to a topic. |