Variable: completions-group
completions-group is a customizable variable defined in
minibuffer.el.gz.
Value
nil
Documentation
Enable grouping of completion candidates in the *Completions* buffer.
See also completions-group-format and completions-group-sort.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defcustom completions-group nil
"Enable grouping of completion candidates in the *Completions* buffer.
See also `completions-group-format' and `completions-group-sort'."
:type 'boolean
:version "28.1")