From 2d37b91ee02b93cf3c7582f646577752383aa652 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 20 Oct 2002 21:03:54 +0000 Subject: [PATCH] (apropos-group): Use customize-group-other-window. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index c91e4da82ae..9a5230eaabf 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -206,7 +206,7 @@ term, and the rest of the words are alternative terms.") 'apropos-label "Group" 'help-echo "mouse-2, RET: Display more help on this group" 'action (lambda (button) - (customize-variable-other-window + (customize-group-other-window (button-get button 'apropos-symbol)))) (define-button-type 'apropos-widget -- 2.39.2