aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el7
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.