Mercurial > emacs
changeset 28844:a6e1babce2a1
(apropos-print): use `describe-face' instead of
`customize-face-other-window'.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 09 May 2000 18:22:24 +0000 |
parents | 951c07315d97 |
children | 6b355411e13a |
files | lisp/apropos.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))