Skip to content

Commit

Permalink
Expanded documentation of helm-dictionary-online-dicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg-test committed Dec 8, 2013
1 parent 3edea7f commit 6187bb2
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,20 @@
:type 'file)

(defcustom helm-dictionary-online-dicts
'(("translate.reference.com de->eng" .
"http://translate.reference.com/translate?query=%s&src=de&dst=en")
("translate.reference.com eng->de" .
"http://translate.reference.com/translate?query=%s&src=en&dst=de")
("leo eng<->de" .
"http://dict.leo.org/ende?lp=ende&lang=de&search=%s")
("en.wiktionary.org" . "http://en.wiktionary.org/wiki/%s")
("de.wiktionary.org" . "http://de.wiktionary.org/wiki/%s")
("linguee-eng<->de" . "http://www.linguee.de/deutsch-englisch/search\
'(("translate.reference.com de->eng" .
"http://translate.reference.com/translate?query=%s&src=de&dst=en")
("translate.reference.com eng->de" .
"http://translate.reference.com/translate?query=%s&src=en&dst=de")
("leo eng<->de" .
"http://dict.leo.org/ende?lp=ende&lang=de&search=%s")
("en.wiktionary.org" . "http://en.wiktionary.org/wiki/%s")
("de.wiktionary.org" . "http://de.wiktionary.org/wiki/%s")
("linguee-eng<->de" . "http://www.linguee.de/deutsch-englisch/search\
?sourceoverride=none&source=auto&query=%s"))
"Alist of online dictionaries.")
"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.")

(defcustom helm-dictionary-browser-function nil
"The browser that is used to access online dictionaries. If
Expand Down

0 comments on commit 6187bb2

Please sign in to comment.