From 82cce61a69598eb2bcefca330e26206ead255ffb Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 3 Aug 2024 21:55:41 +0200 Subject: [PATCH] Detail out the types of the fields alist --- elfeed-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfeed-export.el b/elfeed-export.el index 1d5dcbc..cd31884 100644 --- a/elfeed-export.el +++ b/elfeed-export.el @@ -51,7 +51,7 @@ "Which fields to export per entry and a function to obtain the value. The function takes an entry argument for extracting the desired value." - :type 'alist + :type '(alist :key-type symbol :value-type function) :group 'elfeed-export) (defcustom elfeed-export-predicates