diff options
| -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.") | |||
| 206 | 'apropos-label "Group" | 206 | 'apropos-label "Group" |
| 207 | 'help-echo "mouse-2, RET: Display more help on this group" | 207 | 'help-echo "mouse-2, RET: Display more help on this group" |
| 208 | 'action (lambda (button) | 208 | 'action (lambda (button) |
| 209 | (customize-variable-other-window | 209 | (customize-group-other-window |
| 210 | (button-get button 'apropos-symbol)))) | 210 | (button-get button 'apropos-symbol)))) |
| 211 | 211 | ||
| 212 | (define-button-type 'apropos-widget | 212 | (define-button-type 'apropos-widget |