branch: master commit 36f768d9e320d300b81799e0fcc097cb89aad780 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Oleh Krehel <ohwoeo...@gmail.com>
avy.el (avy-words): Specify custom type Fixes #219 --- avy.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avy.el b/avy.el index 16e4180..63b9590 100644 --- a/avy.el +++ b/avy.el @@ -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.