aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2019-05-30 13:05:46 +0200
committerEli Zaretskii2019-06-09 10:08:33 +0300
commitb7e26952f0f6ee3061b9bb855e36dee8e1ea6bf4 (patch)
tree5cd92b0dc57745a6ef921621037719d5249ba3ba /etc
parent8c4d114ee200081b0722aa9e008ed2ccbc2ca8dc (diff)
downloademacs-b7e26952f0f6ee3061b9bb855e36dee8e1ea6bf4.tar.gz
emacs-b7e26952f0f6ee3061b9bb855e36dee8e1ea6bf4.zip
Fix TODO to convert defvar with leading '*' to defcustom
* etc/TODO: Remove done TODO to remove '*' from defvar. * doc/misc/gnus.texi: Remove leading '*' from defvar example. * lisp/kermit.el (kermit-esc-char): Convert to defcustom. * lisp/desktop.el (desktop-header): * lisp/obsolete/cc-compat.el (c-indent-level) (c-brace-imaginary-offset, c-brace-offset, c-argdecl-indent) (c-label-offset, c-continued-statement-offset) (c-continued-brace-offset): Remove leading '*' from docstring. * lisp/progmodes/dcl-mode.el: Remove leading '*' from docstring in comment. * test/manual/cedet/tests/test.el: Add comment asking if example of defvar with leading '*' should be removed. (Bug#35994) (The previous commit is also for the same bug.)
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index 0f93279fa68..f8c2d285eef 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -122,9 +122,6 @@ It can use the same icons as gud.
122** Check what minor modes don't use define-minor-mode and convert them 122** Check what minor modes don't use define-minor-mode and convert them
123to use it. 123to use it.
124 124
125** Convert all defvars with leading '*' in the doc-strings into defcustoms
126of appropriate :type and :group.
127
128** Remove unnecessary autoload cookies from defcustoms. 125** Remove unnecessary autoload cookies from defcustoms.
129This needs a bit of care, since often people have become used to 126This needs a bit of care, since often people have become used to
130expecting such variables to always be defined, eg when they modify 127expecting such variables to always be defined, eg when they modify