aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-11-27 01:40:27 +0000
committerRichard M. Stallman2005-11-27 01:40:27 +0000
commit1a500a73809ce38b7093392cb8b4100ddb18706a (patch)
tree56019fdc0890bf652a4452e28b1dcfdccc93ee17
parent53f18ed2c85d4e619b611e56a4130eccc4c01d7a (diff)
downloademacs-1a500a73809ce38b7093392cb8b4100ddb18706a.tar.gz
emacs-1a500a73809ce38b7093392cb8b4100ddb18706a.zip
*** empty log message ***
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 55cfc0115b7..0f8a9d937a3 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -101,6 +101,10 @@ to the FSF.
101** Maybe reinterpret `parse-error' as a category of errors 101** Maybe reinterpret `parse-error' as a category of errors
102 and put some other errors under it. 102 and put some other errors under it.
103 103
104** A function to tell you the argument pattern of functions.
105
106** Make byte-compile warn when a doc string is too wide.
107
104** A function to check for customizable options that have been 108** A function to check for customizable options that have been
105 set but not saved, and ask the user whether to save them. 109 set but not saved, and ask the user whether to save them.
106 This could go in kill-emacs-query-functions, to remind people 110 This could go in kill-emacs-query-functions, to remind people