diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-12-04 16:49:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-12-04 16:49:31 +0000 |
commit | d9f2959ea6e031ac9627c19029b5bc940e07fad2 (patch) | |
tree | 793b2ea2fb8181b1eae1fc232731a567891b82a0 /lisp/facemenu.el | |
parent | ed50f0d2334b6215a1f0514a8c4a1abebe9f100b (diff) | |
download | emacs-d9f2959ea6e031ac9627c19029b5bc940e07fad2.tar.gz |
(facemenu-unlisted-faces): Put obsolescence info in the call to
`make-obsolete-variable', not in the docstring.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r-- | lisp/facemenu.el | 7 |
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." ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-") ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-") ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-")) - "*List of faces that are of no interest to the user. -This variable is obsolete, and has no effect on the Face menu. -Use the variable `facemenu-listed-faces' instead.") -(make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces) + "*List of faces that are of no interest to the user.") +(make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces + "since 22.1,\nand has no effect on the Face menu") (defcustom facemenu-listed-faces nil "*List of faces to include in the Face menu. |