diff options
author | Andreas Schwab <schwab@suse.de> | 2002-10-20 21:03:54 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-10-20 21:03:54 +0000 |
commit | 2d37b91ee02b93cf3c7582f646577752383aa652 (patch) | |
tree | 9fad9f5f9ca6f30d251d762587fa4b4815f74198 /lisp/apropos.el | |
parent | b0c02fbcf77deb18c56c14b29607ad304fe6c6a8 (diff) | |
download | emacs-2d37b91ee02b93cf3c7582f646577752383aa652.tar.gz |
(apropos-group): Use customize-group-other-window.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |