* lisp/minibuffer.el (completions-sort): Fix type.

Flagged by test-custom-opts.
This commit is contained in:
Glenn Morris 2022-01-24 10:16:36 -08:00
parent 701ec0bda2
commit fbf4757784

View file

@ -1182,7 +1182,7 @@ function takes and returns a list of completion candidate
strings."
:type '(choice (const :tag "No sorting" nil)
(const :tag "Alphabetical sorting" alphabetical)
function :tag "Custom function")
(function :tag "Custom function"))
:version "29.1")
(defcustom completions-group nil