From 6cb0a57bb50e2cf7f5a120f8feff48d9b03815e8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 15 Jul 1997 23:12:14 +0000 Subject: [PATCH] (apropos-print): Use customize-group-other-window, not customize-other-window. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index e2faf2bd0e2..52cf9a2fb36 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -541,7 +541,7 @@ found." "User Option" do-keys) (apropos-print-doc 'describe-variable 2 "Variable" do-keys)) - (apropos-print-doc 'customize-other-window 6 "Group" 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) (apropos-print-doc 'apropos-describe-plist 3 -- 2.39.2