]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize): Call customize-group.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 May 1997 16:03:40 +0000 (16:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 May 1997 16:03:40 +0000 (16:03 +0000)
lisp/cus-edit.el

index a123318cbc734fa78623309e68f2e9789d786fa0..330b1139c294777c8f0983af47109cfb310c9f65 100644 (file)
@@ -654,7 +654,7 @@ User options are structured into \"groups\".
 Initially the top-level group `Emacs' and its immediate subgroups
 are shown; the contents of those subgroups are initially hidden."
   (interactive)
-  (customize 'emacs))
+  (customize-groupx 'emacs))
 
 ;;;###autoload
 (defun customize-group (group)