aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index 0f7bcdf13ae..030575c2119 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -5,9 +5,9 @@
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> 6;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com>
7;; Created: 14 Jul 1992 7;; Created: 14 Jul 1992
8;; Version: $Id: lisp-mnt.el,v 1.3 1993/04/14 03:34:42 eric Exp rms $ 8;; Version: $Id: lisp-mnt.el,v 1.4 1993/07/26 18:40:03 rms Exp friedman $
9;; Keywords: docs 9;; Keywords: docs
10;; Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! 10;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out!
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
@@ -89,9 +89,10 @@
89;; * Keywords line --- used by the finder code (now under construction) 89;; * Keywords line --- used by the finder code (now under construction)
90;; for finding elisp code related to a topic. 90;; for finding elisp code related to a topic.
91;; 91;;
92;; * Bogus-Bureaucratic-Cruft line --- this is a joke. I figured I should 92;; * X-Bogus-Bureaucratic-Cruft line --- this is a joke and an example
93;; satirize this design before someone else did. Also, it illustrates the 93;; of a comment header. Headers starting with `X-' should never be used
94;; possibility that other headers may be added in the future for new purposes. 94;; for any real purpose; this is the way to safely add random headers
95;; without invoking the wrath of any program.
95;; 96;;
96;; * Commentary line --- enables lisp code to find the developer's and 97;; * Commentary line --- enables lisp code to find the developer's and
97;; maintainers' explanations of the package internals. 98;; maintainers' explanations of the package internals.