From 96d3f7255eba8d0b815d1a9813ee4f8aa70ddbcc Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 8 Apr 2016 14:38:58 +0200 Subject: [PATCH] Add missing type to defcustom helm-dictionary-online-dicts. --- helm-dictionary.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-dictionary.el b/helm-dictionary.el index 6a09399..38faff7 100644 --- a/helm-dictionary.el +++ b/helm-dictionary.el @@ -140,7 +140,9 @@ "Alist of online dictionaries. The key of each entry is the name of the online dictionary. The value is the URL used for retrieving results. This URL must contain a %s at the position -where the search term should be inserted.") +where the search term should be inserted." + :group 'helm-dictionary + :type '(alist :key-type string :value-type string)) (defcustom helm-dictionary-browser-function nil "The browser that is used to access online dictionaries. If