Correct spelling mistake

Fixes #218
This commit is contained in:
Edward Betts
2017-08-30 12:27:14 +01:00
committed by Oleh Krehel
parent 7f83bbc645
commit 631214d11c

2
avy.el
View File

@@ -1807,7 +1807,7 @@ newline."
(defcustom avy-enter-times-out t (defcustom avy-enter-times-out t
"Whether enter exits avy-goto-char-timer early. If nil it matches newline" "Whether enter exits avy-goto-char-timer early. If nil it matches newline"
:type 'boolean) :type 'boolean)
(defun avy--read-candidates (&optional re-builder) (defun avy--read-candidates (&optional re-builder)
"Read as many chars as possible and return their occurrences. "Read as many chars as possible and return their occurrences.
At least one char must be read, and then repeatedly one next char At least one char must be read, and then repeatedly one next char