Skip to content

Commit

Permalink
Merge pull request #25 from emacs-helm/fix_defcustoms
Browse files Browse the repository at this point in the history
Add missing type to defcustom helm-dictionary-online-dicts.
  • Loading branch information
tmalsburg committed Apr 8, 2016
2 parents d492904 + 96d3f72 commit d6839ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6839ff

Please sign in to comment.