mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
* lisp/minibuffer.el (completions-sort): Fix type.
Flagged by test-custom-opts.
This commit is contained in:
parent
701ec0bda2
commit
fbf4757784
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue