emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Glenn Morris
Subject: master fbf4757784: * lisp/minibuffer.el (completions-sort): Fix type.
Date: Mon, 24 Jan 2022 13:16:48 -0500 (EST)

branch: master
commit fbf475778459bc3a6b088e05e6839dc66c2caab5
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * lisp/minibuffer.el (completions-sort): Fix type.
    
    Flagged by test-custom-opts.
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index ecede9479d..917879fb69 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]