]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-unlisted-faces): Put obsolescence info in the call to
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Dec 2006 16:49:31 +0000 (16:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Dec 2006 16:49:31 +0000 (16:49 +0000)
`make-obsolete-variable', not in the docstring.

lisp/facemenu.el

index a489244728cd6e0e8c7eb48168bf4886e0a4660b..f767c8d4e26cefef15e3b82304a4cac3eb6c01a4 100644 (file)
@@ -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.