emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 36f768d 047/110: avy.el (avy-words): Specify custom type


From: Oleh Krehel
Subject: [elpa] master 36f768d 047/110: avy.el (avy-words): Specify custom type
Date: Sat, 11 May 2019 10:15:40 -0400 (EDT)

branch: master
commit 36f768d9e320d300b81799e0fcc097cb89aad780
Author: Jonas Bernoulli <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]