aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 865ea6dc30c..06d95b442b0 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -35,6 +35,13 @@ to use it.
35** Convert all defvars with leading `*' in the doc-strings into defcustoms 35** Convert all defvars with leading `*' in the doc-strings into defcustoms
36of appropriate :type and :group. 36of appropriate :type and :group.
37 37
38** Remove any leading `*'s from defcustom doc-strings.
39
40** Remove unnecessary autoload cookies from defcustoms.
41This needs a bit of care, since often people have become used to
42expecting such variables to always be defined, eg when they modify
43things in their .emacs.
44
38* Small but important fixes needed in existing features: 45* Small but important fixes needed in existing features:
39 46
40** Flymake's customization mechanism needs to be both simpler (fewer 47** Flymake's customization mechanism needs to be both simpler (fewer