Variable: custom-buffer-sort-alphabetically
custom-buffer-sort-alphabetically is a customizable variable defined
in cus-edit.el.gz.
Value
t
Documentation
Whether to sort customization groups alphabetically in Custom buffer.
This variable was added, or its default value changed, in Emacs 24.1.
Probably introduced at or before Emacs version 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;;###autoload
(defcustom custom-buffer-sort-alphabetically t
"Whether to sort customization groups alphabetically in Custom buffer."
:type 'boolean
:group 'custom-buffer
:version "24.1")