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

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

[elpa] externals/marginalia b2f9cb4 3/3: Update :type of defcustom


From: ELPA Syncer
Subject: [elpa] externals/marginalia b2f9cb4 3/3: Update :type of defcustom
Date: Mon, 4 Oct 2021 16:57:19 -0400 (EDT)

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

    Update :type of defcustom
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 33cea77..bf759b0 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -80,7 +80,7 @@ right. For widths larger than the second value, additionally 
use more
 whitespace to separate the columns. For widths even larger than the third value
 do not align further to the right, instead add some whitespace margin to the
 right."
-  :type '(list integer integer))
+  :type '(list integer integer integer))
 
 (defcustom marginalia-max-relative-age (* 60 60 24 14)
   "Maximum relative age in seconds displayed by the file annotator.



reply via email to

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