]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): use `describe-face' instead of
authorDave Love <fx@gnu.org>
Tue, 9 May 2000 18:22:24 +0000 (18:22 +0000)
committerDave Love <fx@gnu.org>
Tue, 9 May 2000 18:22:24 +0000 (18:22 +0000)
`customize-face-other-window'.

lisp/apropos.el

index 61cc0fda3f0696aca7ad8bb2850b5aa673098dd8..b691c0fa8ef85c4671d8dfbe7eb5125b9a547c92 100644 (file)
@@ -591,14 +591,15 @@ alphabetically by symbol name; but this function also sets
                                   "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))