diff options
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 330b1139c29..023592a88a9 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -654,7 +654,7 @@ User options are structured into \"groups\". | |||
| 654 | Initially the top-level group `Emacs' and its immediate subgroups | 654 | Initially the top-level group `Emacs' and its immediate subgroups |
| 655 | are shown; the contents of those subgroups are initially hidden." | 655 | are shown; the contents of those subgroups are initially hidden." |
| 656 | (interactive) | 656 | (interactive) |
| 657 | (customize-groupx 'emacs)) | 657 | (customize-group 'emacs)) |
| 658 | 658 | ||
| 659 | ;;;###autoload | 659 | ;;;###autoload |
| 660 | (defun customize-group (group) | 660 | (defun customize-group (group) |