]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 May 1997 16:04:55 +0000 (16:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 May 1997 16:04:55 +0000 (16:04 +0000)
lisp/cus-edit.el

index 330b1139c294777c8f0983af47109cfb310c9f65..023592a88a9c729c7543d134470cb071c11c3d4c 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-groupx 'emacs))
+  (customize-group 'emacs))
 
 ;;;###autoload
 (defun customize-group (group)