# HG changeset patch # User Richard M. Stallman # Date 882776349 0 # Node ID 16f1fd12835077825017428159d9dc3fff1dfeb9 # Parent 07a8c7f7cfe8e3629e264d10dcb369a119311709 (apropos-print): Pass t instead of DO-KEYS when calling apropos-print-doc. diff -r 07a8c7f7cfe8 -r 16f1fd128350 lisp/apropos.el --- a/lisp/apropos.el Mon Dec 22 07:10:19 1997 +0000 +++ b/lisp/apropos.el Mon Dec 22 07:39:09 1997 +0000 @@ -570,15 +570,15 @@ (if (apropos-macrop symbol) "Macro" "Function")) - do-keys) + t) (if (get symbol 'custom-type) (apropos-print-doc 'customize-variable-other-window 2 - "User Option" do-keys) + "User Option" t) (apropos-print-doc 'describe-variable 2 - "Variable" do-keys)) - (apropos-print-doc 'customize-group-other-window 6 "Group" do-keys) - (apropos-print-doc 'customize-face-other-window 5 "Face" do-keys) - (apropos-print-doc 'widget-browse-other-window 4 "Widget" do-keys) + "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 'widget-browse-other-window 4 "Widget" t) (apropos-print-doc 'apropos-describe-plist 3 "Plist" nil))))) (prog1 apropos-accumulator