2006-12-26 Richard Stallman <rms@gnu.org>
+ * cus-edit.el (custom-browse-sort-alphabetically)
+ (custom-buffer-sort-alphabetically)
+ (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
+
* image.el (image-type-header-regexps): Change element format
to include third item NOT-ALWAYS.
(image-type-from-data): Handle new format.
;;; Sorting.
+;;;###autoload
(defcustom custom-browse-sort-alphabetically nil
- "If non-nil, sort members of each customization group alphabetically."
+ "If non-nil, sort customization group alphabetically in `custom-browse'."
:type 'boolean
:group 'custom-browse)
:type 'boolean
:group 'custom-browse)
+;;;###autoload
(defcustom custom-buffer-sort-alphabetically nil
- "If non-nil, sort members of each customization group alphabetically."
+ "If non-nil, sort each customization group alphabetically in Custom buffer."
:type 'boolean
:group 'custom-buffer)
(const :tag "none" nil))
:group 'custom-buffer)
+;;;###autoload
(defcustom custom-menu-sort-alphabetically nil
- "If non-nil, sort members of each customization group alphabetically."
+ "If non-nil, sort each customization group alphabetically in menus."
:type 'boolean
:group 'custom-menu)