emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/vertico 68160de: Shorten docstring


From: ELPA Syncer
Subject: [elpa] externals/vertico 68160de: Shorten docstring
Date: Wed, 27 Oct 2021 06:57:38 -0400 (EDT)

branch: externals/vertico
commit 68160de4fe943167104c7c03b413a51bd7c2f3bb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Shorten docstring
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index 836930a..c785e40 100644
--- a/vertico.el
+++ b/vertico.el
@@ -76,7 +76,7 @@ See `resize-mini-windows' for documentation."
   :type '(cons (string :tag "Newline") (string :tag "Truncation")))
 
 (defcustom vertico-sort-function #'vertico-sort-history-length-alpha
-  "Default sorting function, which is used if no `display-sort-function' is 
specified."
+  "Default sorting function, used if no `display-sort-function' is specified."
   :type `(choice
           (const :tag "No sorting" nil)
           (const :tag "By history, length and alpha" 
,#'vertico-sort-history-length-alpha)



reply via email to

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