changeset 17703:cd6ad557fb57

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 May 1997 16:04:55 +0000
parents 7135a76049c9
children 00ed998f90d3
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Thu May 08 16:03:40 1997 +0000
+++ b/lisp/cus-edit.el	Thu May 08 16:04:55 1997 +0000
@@ -654,7 +654,7 @@
 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)