# HG changeset patch # User Dave Love # Date 957896544 0 # Node ID a6e1babce2a1917028a30ae335cf50fe25ef108e # Parent 951c07315d97b02384310358e4de39e1ac59d023 (apropos-print): use `describe-face' instead of `customize-face-other-window'. diff -r 951c07315d97 -r a6e1babce2a1 lisp/apropos.el --- a/lisp/apropos.el Tue May 09 16:33:44 2000 +0000 +++ b/lisp/apropos.el Tue May 09 18:22:24 2000 +0000 @@ -591,14 +591,15 @@ "Macro" "Function")) t) - ;; We used to use customize-variable-other-window instead + ;; We used to use `customize-variable-other-window' instead ;; for a customizable variable, but that is slow. ;; It is better to show an ordinary help buffer ;; and let the user click on the customization button ;; in that buffer, if he wants to. + ;; Likewise for `customize-face-other-window'. (apropos-print-doc 'describe-variable 2 "Variable" t) (apropos-print-doc 'customize-group-other-window 6 "Group" t) - (apropos-print-doc 'customize-face-other-window 5 "Face" t) + (apropos-print-doc 'describe-face 5 "Face" t) (apropos-print-doc 'widget-browse-other-window 4 "Widget" t) (apropos-print-doc 'apropos-describe-plist 3 "Plist" nil))