comparison lisp/cus-edit.el @ 17702:7135a76049c9

(customize): Call customize-group.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 May 1997 16:03:40 +0000
parents 4650d25e48f6
children cd6ad557fb57
comparison
equal deleted inserted replaced
17701:1240e27fbb13 17702:7135a76049c9
652 "Select a customization buffer which you can use to set user options. 652 "Select a customization buffer which you can use to set user options.
653 User options are structured into \"groups\". 653 User options are structured into \"groups\".
654 Initially the top-level group `Emacs' and its immediate subgroups 654 Initially the top-level group `Emacs' and its immediate subgroups
655 are shown; the contents of those subgroups are initially hidden." 655 are 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)
661 "Customize GROUP, which must be a customization group." 661 "Customize GROUP, which must be a customization group."
662 (interactive (list (completing-read "Customize group: (default emacs) " 662 (interactive (list (completing-read "Customize group: (default emacs) "