diff options
| author | Dave Love | 2000-05-09 18:22:24 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-09 18:22:24 +0000 |
| commit | 5bd51a90c2a6d41d420ea2a1493048e125dc33af (patch) | |
| tree | db013123a273e163963ed96c7b4be165cfd83b7c | |
| parent | ca3be36e4eabb57729f2ceac47b65e71ea4248c7 (diff) | |
| download | emacs-5bd51a90c2a6d41d420ea2a1493048e125dc33af.tar.gz emacs-5bd51a90c2a6d41d420ea2a1493048e125dc33af.zip | |
(apropos-print): use `describe-face' instead of
`customize-face-other-window'.
| -rw-r--r-- | lisp/apropos.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 61cc0fda3f0..b691c0fa8ef 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -591,14 +591,15 @@ alphabetically by symbol name; but this function also sets | |||
| 591 | "Macro" | 591 | "Macro" |
| 592 | "Function")) | 592 | "Function")) |
| 593 | t) | 593 | t) |
| 594 | ;; We used to use customize-variable-other-window instead | 594 | ;; We used to use `customize-variable-other-window' instead |
| 595 | ;; for a customizable variable, but that is slow. | 595 | ;; for a customizable variable, but that is slow. |
| 596 | ;; It is better to show an ordinary help buffer | 596 | ;; It is better to show an ordinary help buffer |
| 597 | ;; and let the user click on the customization button | 597 | ;; and let the user click on the customization button |
| 598 | ;; in that buffer, if he wants to. | 598 | ;; in that buffer, if he wants to. |
| 599 | ;; Likewise for `customize-face-other-window'. | ||
| 599 | (apropos-print-doc 'describe-variable 2 "Variable" t) | 600 | (apropos-print-doc 'describe-variable 2 "Variable" t) |
| 600 | (apropos-print-doc 'customize-group-other-window 6 "Group" t) | 601 | (apropos-print-doc 'customize-group-other-window 6 "Group" t) |
| 601 | (apropos-print-doc 'customize-face-other-window 5 "Face" t) | 602 | (apropos-print-doc 'describe-face 5 "Face" t) |
| 602 | (apropos-print-doc 'widget-browse-other-window 4 "Widget" t) | 603 | (apropos-print-doc 'widget-browse-other-window 4 "Widget" t) |
| 603 | (apropos-print-doc 'apropos-describe-plist 3 | 604 | (apropos-print-doc 'apropos-describe-plist 3 |
| 604 | "Plist" nil)) | 605 | "Plist" nil)) |