diff options
| author | Glenn Morris | 2014-02-10 00:36:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-10 00:36:27 -0800 |
| commit | 2b44e4584b8b113a8fbfcca6e8980383a77a9717 (patch) | |
| tree | f918e5f69bc9ffa4f03f432d3e93cb6e1ce1308b | |
| parent | 7602b5c379f4176ea05285b05b57ba4e41d5204d (diff) | |
| download | emacs-2b44e4584b8b113a8fbfcca6e8980383a77a9717.tar.gz emacs-2b44e4584b8b113a8fbfcca6e8980383a77a9717.zip | |
* lisp/emacs-lisp/lisp-mnt.el: Comments.
| -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 @@ | |||
| 85 | ;; at a different version of the file than the one they're accustomed to. This | 85 | ;; at a different version of the file than the one they're accustomed to. This |
| 86 | ;; may be an RCS or SCCS header. | 86 | ;; may be an RCS or SCCS header. |
| 87 | ;; | 87 | ;; |
| 88 | ;; * Adapted-By line --- this is for FSF's internal use. The person named | 88 | ;; * Adapted-By line --- this was used historically when some files |
| 89 | ;; in this field was the one responsible for installing and adapting the | 89 | ;; were added to Emacs. The person named in this field installed and |
| 90 | ;; package for the distribution. (This file doesn't have one because the | 90 | ;; (possibly adapted) the package in the Emacs distribution. |
| 91 | ;; author *is* one of the maintainers.) | ||
| 92 | ;; | 91 | ;; |
| 93 | ;; * Keywords line --- used by the finder code for finding Emacs | 92 | ;; * Keywords line --- used by the finder code for finding Emacs |
| 94 | ;; Lisp code related to a topic. | 93 | ;; Lisp code related to a topic. |