]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix TODO to remove leading '*' from defcustom
authorStefan Kangas <stefankangas@gmail.com>
Wed, 29 May 2019 16:49:07 +0000 (18:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2019 07:07:17 +0000 (10:07 +0300)
* etc/TODO: Remove done TODO to remove leading '*' from defcustom
doc-strings.
* lisp/ibuffer.el (ibuffer-inline-columns): Remove leading '*' from
doc-string.

etc/TODO
lisp/ibuffer.el

index fe2e583a38022e783c527231fdd465ca295858e4..0f93279fa68babcdb3a539bd474e948de26d4822 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -125,9 +125,6 @@ to use it.
 ** 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
index 628e8840948e27c7d90477269eff6aa5a4fc8f88..929336c479ff9d51ea3464efab4382864511a106 100644 (file)
@@ -1809,7 +1809,7 @@ If point is on a group name, this function operates on that group."
 (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)