summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-04 08:05:16 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-04 08:05:25 +0200
commitc17f1a2e89e6980853428b5e08d8a005e99565a6 (patch)
treeea8856dc3e93a584c7910068e6a4d2a22fa29a01 /lisp/loadup.el
parentcaa88cfebec2465ba9bf422d75b741ef3fbfef6e (diff)
downloademacs-c17f1a2e89e6980853428b5e08d8a005e99565a6.tar.gz
emacs-c17f1a2e89e6980853428b5e08d8a005e99565a6.tar.bz2
emacs-c17f1a2e89e6980853428b5e08d8a005e99565a6.zip
Adjust documentation for make-docfile
* doc/lispref/loading.texi (Autoload): We're no longer using make-docfile for loaddefs.el, but we're retaining the format. Adjust the documentation. * lisp/loadup.el: Adjust commentary.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el11
1 files changed, 3 insertions, 8 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index a65c1724aee..8dad382ac0d 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -32,9 +32,6 @@
;; If you add a file to be loaded here, keep the following points in mind:
;; i) If the file is no-byte-compile, explicitly load the .el version.
-;; Such files should (where possible) obey the doc-string conventions
-;; expected by make-docfile. They should also be added to the
-;; uncompiled[] list in make-docfile.c.
;; ii) If the file is dumped with Emacs (on any platform), put the
;; load statement at the start of a line (leading whitespace is ok).
@@ -42,11 +39,9 @@
;; iii) If the file is _not_ dumped with Emacs, make sure the load
;; statement is _not_ at the start of a line. See pcase for an example.
-;; These rules are so that src/Makefile can construct lisp.mk automatically.
-;; This ensures both that the Lisp files are compiled (if necessary)
-;; before the emacs executable is dumped, and that they are passed to
-;; make-docfile. (Any that are not processed for DOC will not have
-;; doc strings in the dumped Emacs.)
+;; These rules are so that src/Makefile can construct lisp.mk
+;; automatically. This ensures that the Lisp files are compiled (if
+;; necessary) before the emacs executable is dumped.
;;; Code: