]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Pass t instead of DO-KEYS
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Dec 1997 07:39:09 +0000 (07:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Dec 1997 07:39:09 +0000 (07:39 +0000)
when calling apropos-print-doc.

lisp/apropos.el

index 525be1d2c5c5d507e24367e4541411aebaf152df..89ea5e46144e293a13b5ffb73825da72c3884755 100644 (file)
@@ -570,15 +570,15 @@ found."
                               (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