]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove outdated TODO item about make-docfile and .el files
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 05:51:31 +0000 (07:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 06:05:25 +0000 (08:05 +0200)
* etc/TODO: Remove outdated item about make-docfile and .el files.

etc/TODO

index 5c55a8b9992e2b6efaa889a41072f640bebac1da..4d0bfd1c2a05e54b23aaad9c8d3869f5556fdc8b 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -1713,17 +1713,8 @@ apparently loses under Solaris, at least. [fx has mostly done this.]
 
 (Obsolete, since gmalloc.c is nowadays only used on MS-DOS.)
 
-** Rewrite make-docfile to be clean and maintainable
-It might be better to replace with Lisp the part of make-docfile that
-produces the etc/DOC file by scanning *.el files, for example by
-reusing the code in the byte compiler or in autoload.el that already
-scans *.el files.
-https://lists.gnu.org/r/emacs-devel/2012-06/msg00037.html
-https://lists.gnu.org/r/emacs-devel/2021-05/msg00235.html
-
 ** Eliminate the etc/DOC file altogether
-As an alternative to the previous item, we could try and eliminate the
-DOC file altogether.  See
+We could try and eliminate the DOC file altogether.  See
 https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html
 
 ** Add an inferior-comint-minor-mode