* etc/TODO: Remove done TODO to remove leading '*' from defcustom
doc-strings.
* lisp/ibuffer.el (ibuffer-inline-columns): Remove leading '*' from
doc-string.
** Convert all defvars with leading '*' in the doc-strings into defcustoms
of appropriate :type and :group.
-** Remove any leading '*'s from defcustom doc-strings.
-[done?] [A lot of them are in CC Mode.]
-
** Remove unnecessary autoload cookies from defcustoms.
This needs a bit of care, since often people have become used to
expecting such variables to always be defined, eg when they modify
(defface ibuffer-locked-buffer
'((((background dark)) (:foreground "RosyBrown"))
(t (:foreground "brown4")))
- "*Face used for locked buffers in Ibuffer."
+ "Face used for locked buffers in Ibuffer."
:version "26.1"
:group 'ibuffer
:group 'font-lock-highlighting-faces)