aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO3
-rw-r--r--lisp/ibuffer.el2
2 files changed, 1 insertions, 4 deletions
diff --git a/etc/TODO b/etc/TODO
index fe2e583a380..0f93279fa68 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -125,9 +125,6 @@ to use it.
125** Convert all defvars with leading '*' in the doc-strings into defcustoms 125** Convert all defvars with leading '*' in the doc-strings into defcustoms
126of appropriate :type and :group. 126of appropriate :type and :group.
127 127
128** Remove any leading '*'s from defcustom doc-strings.
129[done?] [A lot of them are in CC Mode.]
130
131** Remove unnecessary autoload cookies from defcustoms. 128** Remove unnecessary autoload cookies from defcustoms.
132This needs a bit of care, since often people have become used to 129This needs a bit of care, since often people have become used to
133expecting such variables to always be defined, eg when they modify 130expecting such variables to always be defined, eg when they modify
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 628e8840948..929336c479f 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -1809,7 +1809,7 @@ If point is on a group name, this function operates on that group."
1809(defface ibuffer-locked-buffer 1809(defface ibuffer-locked-buffer
1810 '((((background dark)) (:foreground "RosyBrown")) 1810 '((((background dark)) (:foreground "RosyBrown"))
1811 (t (:foreground "brown4"))) 1811 (t (:foreground "brown4")))
1812 "*Face used for locked buffers in Ibuffer." 1812 "Face used for locked buffers in Ibuffer."
1813 :version "26.1" 1813 :version "26.1"
1814 :group 'ibuffer 1814 :group 'ibuffer
1815 :group 'font-lock-highlighting-faces) 1815 :group 'font-lock-highlighting-faces)