branch: master
commit 631214d11ca415ab8019d4bd38794fcaaec8f31e
Author: Edward Betts <edw...@4angle.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    Correct spelling mistake
    
    Fixes #218
---
 avy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/avy.el b/avy.el
index 977dcb6..108affd 100644
--- a/avy.el
+++ b/avy.el
@@ -1807,7 +1807,7 @@ newline."
   :type 'boolean)
 
 (defun avy--read-candidates (&optional re-builder)
-  "Read as many chars as possible and return their occurences.
+  "Read as many chars as possible and return their occurrences.
 At least one char must be read, and then repeatedly one next char
 may be read if it is entered before `avy-timeout-seconds'.  `C-h'
 or `DEL' deletes the last char entered, and `RET' exits with the

Reply via email to