avy.el (avy-words): Specify custom type

Fixes #219
This commit is contained in:
Jonas Bernoulli 2017-10-13 13:45:03 +02:00 committed by Oleh Krehel
parent 245b5d62fe
commit 36f768d9e3

3
avy.el
View File

@ -123,7 +123,8 @@ keys different than the following: a, e, i, o, u, y"
"Words to use in case `avy-style' is set to `words'.
Every word should contain at least one vowel i.e. one of the following
characters: a, e, i, o, u, y
They do not have to be sorted but no word should be a prefix of another one.")
They do not have to be sorted but no word should be a prefix of another one."
:type '(repeat string))
(defcustom avy-style 'at-full
"The default method of displaying the overlays.