aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-08 16:03:40 +0000
committerRichard M. Stallman1997-05-08 16:03:40 +0000
commit27f73a8b793781b9175f20910ab073efcafb86ec (patch)
tree99aebb24a930267e3ff91d3822c87b659192fc0e
parent5f7480417eb580db5635ea95bf970d4f86f5106a (diff)
downloademacs-27f73a8b793781b9175f20910ab073efcafb86ec.tar.gz
emacs-27f73a8b793781b9175f20910ab073efcafb86ec.zip
(customize): Call customize-group.
-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 a123318cbc7..330b1139c29 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 'emacs)) 657 (customize-groupx 'emacs))
658 658
659;;;###autoload 659;;;###autoload
660(defun customize-group (group) 660(defun customize-group (group)