summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-10-13 13:45:03 +0200
committerOleh Krehel <ohwoeowho@gmail.com>2017-10-14 09:20:04 +0200
commit36f768d9e320d300b81799e0fcc097cb89aad780 (patch)
tree3793eaedd4c78ad536063ef3f6200e814ec6a76e
parent245b5d62feb6f276971be53e63311de4a243bfbc (diff)
avy.el (avy-words): Specify custom type
Fixes #219
-rw-r--r--avy.el3
1 files changed, 2 insertions, 1 deletions
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.