diff options
| author | Richard M. Stallman | 1997-05-08 16:03:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-08 16:03:40 +0000 |
| commit | 27f73a8b793781b9175f20910ab073efcafb86ec (patch) | |
| tree | 99aebb24a930267e3ff91d3822c87b659192fc0e | |
| parent | 5f7480417eb580db5635ea95bf970d4f86f5106a (diff) | |
| download | emacs-27f73a8b793781b9175f20910ab073efcafb86ec.tar.gz emacs-27f73a8b793781b9175f20910ab073efcafb86ec.zip | |
(customize): Call customize-group.
| -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 a123318cbc7..330b1139c29 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 'emacs)) | 657 | (customize-groupx 'emacs)) |
| 658 | 658 | ||
| 659 | ;;;###autoload | 659 | ;;;###autoload |
| 660 | (defun customize-group (group) | 660 | (defun customize-group (group) |