Skip to content

Commit 8c4d114

Browse files
skangasEli-Zaretskii
authored andcommitted
Fix TODO to remove leading '*' from defcustom
* etc/TODO: Remove done TODO to remove leading '*' from defcustom doc-strings. * lisp/ibuffer.el (ibuffer-inline-columns): Remove leading '*' from doc-string.
1 parent f58cae8 commit 8c4d114

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

etc/TODO

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ to use it.
125125
** Convert all defvars with leading '*' in the doc-strings into defcustoms
126126
of appropriate :type and :group.
127127

128-
** Remove any leading '*'s from defcustom doc-strings.
129-
[done?] [A lot of them are in CC Mode.]
130-
131128
** Remove unnecessary autoload cookies from defcustoms.
132129
This needs a bit of care, since often people have become used to
133130
expecting such variables to always be defined, eg when they modify

lisp/ibuffer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ If point is on a group name, this function operates on that group."
18091809
(defface ibuffer-locked-buffer
18101810
'((((background dark)) (:foreground "RosyBrown"))
18111811
(t (:foreground "brown4")))
1812-
"*Face used for locked buffers in Ibuffer."
1812+
"Face used for locked buffers in Ibuffer."
18131813
:version "26.1"
18141814
:group 'ibuffer
18151815
:group 'font-lock-highlighting-faces)

0 commit comments

Comments
 (0)