aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/facemenu.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index a489244728c..f767c8d4e26 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -137,10 +137,9 @@ just before \"Other\" at the end."
137 ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-") 137 ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-")
138 ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-") 138 ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-")
139 ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-")) 139 ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-"))
140 "*List of faces that are of no interest to the user. 140 "*List of faces that are of no interest to the user.")
141This variable is obsolete, and has no effect on the Face menu. 141(make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces
142Use the variable `facemenu-listed-faces' instead.") 142 "since 22.1,\nand has no effect on the Face menu")
143(make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces)
144 143
145(defcustom facemenu-listed-faces nil 144(defcustom facemenu-listed-faces nil
146 "*List of faces to include in the Face menu. 145 "*List of faces to include in the Face menu.