comparison lisp/cus-edit.el @ 74921:2472ac8d27d2

(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically) (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Dec 2006 21:47:53 +0000
parents a1e596bbf76d
children b644db4759fa bc10a33dd40b
comparison
equal deleted inserted replaced
74920:fa5c8a721d5e 74921:2472ac8d27d2
677 docs nil)))))) 677 docs nil))))))
678 found)) 678 found))
679 679
680 ;;; Sorting. 680 ;;; Sorting.
681 681
682 ;;;###autoload
682 (defcustom custom-browse-sort-alphabetically nil 683 (defcustom custom-browse-sort-alphabetically nil
683 "If non-nil, sort members of each customization group alphabetically." 684 "If non-nil, sort customization group alphabetically in `custom-browse'."
684 :type 'boolean 685 :type 'boolean
685 :group 'custom-browse) 686 :group 'custom-browse)
686 687
687 (defcustom custom-browse-order-groups nil 688 (defcustom custom-browse-order-groups nil
688 "If non-nil, order group members within each customization group. 689 "If non-nil, order group members within each customization group.
696 (defcustom custom-browse-only-groups nil 697 (defcustom custom-browse-only-groups nil
697 "If non-nil, show group members only within each customization group." 698 "If non-nil, show group members only within each customization group."
698 :type 'boolean 699 :type 'boolean
699 :group 'custom-browse) 700 :group 'custom-browse)
700 701
702 ;;;###autoload
701 (defcustom custom-buffer-sort-alphabetically nil 703 (defcustom custom-buffer-sort-alphabetically nil
702 "If non-nil, sort members of each customization group alphabetically." 704 "If non-nil, sort each customization group alphabetically in Custom buffer."
703 :type 'boolean 705 :type 'boolean
704 :group 'custom-buffer) 706 :group 'custom-buffer)
705 707
706 (defcustom custom-buffer-order-groups 'last 708 (defcustom custom-buffer-order-groups 'last
707 "If non-nil, order group members within each customization group. 709 "If non-nil, order group members within each customization group.
710 :type '(choice (const first) 712 :type '(choice (const first)
711 (const last) 713 (const last)
712 (const :tag "none" nil)) 714 (const :tag "none" nil))
713 :group 'custom-buffer) 715 :group 'custom-buffer)
714 716
717 ;;;###autoload
715 (defcustom custom-menu-sort-alphabetically nil 718 (defcustom custom-menu-sort-alphabetically nil
716 "If non-nil, sort members of each customization group alphabetically." 719 "If non-nil, sort each customization group alphabetically in menus."
717 :type 'boolean 720 :type 'boolean
718 :group 'custom-menu) 721 :group 'custom-menu)
719 722
720 (defcustom custom-menu-order-groups 'first 723 (defcustom custom-menu-order-groups 'first
721 "If non-nil, order group members within each customization group. 724 "If non-nil, order group members within each customization group.