aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-edit.el2
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\".
654Initially the top-level group `Emacs' and its immediate subgroups 654Initially the top-level group `Emacs' and its immediate subgroups
655are shown; the contents of those subgroups are initially hidden." 655are 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)