aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/TODO b/etc/TODO
index 5c55a8b9992..4d0bfd1c2a0 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -1713,17 +1713,8 @@ apparently loses under Solaris, at least. [fx has mostly done this.]
1713 1713
1714(Obsolete, since gmalloc.c is nowadays only used on MS-DOS.) 1714(Obsolete, since gmalloc.c is nowadays only used on MS-DOS.)
1715 1715
1716** Rewrite make-docfile to be clean and maintainable
1717It might be better to replace with Lisp the part of make-docfile that
1718produces the etc/DOC file by scanning *.el files, for example by
1719reusing the code in the byte compiler or in autoload.el that already
1720scans *.el files.
1721https://lists.gnu.org/r/emacs-devel/2012-06/msg00037.html
1722https://lists.gnu.org/r/emacs-devel/2021-05/msg00235.html
1723
1724** Eliminate the etc/DOC file altogether 1716** Eliminate the etc/DOC file altogether
1725As an alternative to the previous item, we could try and eliminate the 1717We could try and eliminate the DOC file altogether. See
1726DOC file altogether. See
1727https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html 1718https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html
1728 1719
1729** Add an inferior-comint-minor-mode 1720** Add an inferior-comint-minor-mode