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

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

[elpa] externals/vertico a6a7455: Improve defcustom


From: ELPA Syncer
Subject: [elpa] externals/vertico a6a7455: Improve defcustom
Date: Thu, 22 Jul 2021 10:57:24 -0400 (EDT)

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

    Improve defcustom
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index e75f10a..acf37d2 100644
--- a/vertico.el
+++ b/vertico.el
@@ -73,7 +73,7 @@ See `resize-mini-windows' for documentation."
 (defcustom vertico-multiline
   (cons #("⤶" 0 1 (face vertico-multiline)) #("…" 0 1 (face 
vertico-multiline)))
   "Replacements for multiline strings."
-  :type '(cons string string))
+  :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."



reply via email to

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