comparison lisp/apropos.el @ 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 8a6fd8991465
children cc07870ddb45
comparison
equal deleted inserted replaced
28843:951c07315d97 28844:a6e1babce2a1
589 "Command" 589 "Command"
590 (if (apropos-macrop symbol) 590 (if (apropos-macrop symbol)
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))
605 (setq buffer-read-only t)))) 606 (setq buffer-read-only t))))
606 (prog1 apropos-accumulator 607 (prog1 apropos-accumulator