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

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

[elpa] master 0e59474 109/110: avy.el (avy--read-candidates): Fix docstr


From: Oleh Krehel
Subject: [elpa] master 0e59474 109/110: avy.el (avy--read-candidates): Fix docstring
Date: Sat, 11 May 2019 10:15:55 -0400 (EDT)

branch: master
commit 0e59474430cbfbe7caf2a41cf7935fc613648c49
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    avy.el (avy--read-candidates): Fix docstring
    
    Don't quote key bindings.
    This patch was applied in GNU ELPA earlier.
---
 avy.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/avy.el b/avy.el
index 7690381..25d89e9 100644
--- a/avy.el
+++ b/avy.el
@@ -1975,11 +1975,10 @@ newline."
 (defun avy--read-candidates (&optional re-builder)
   "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'.  Any
-key defined in `avy-del-last-char-by' (by default `C-h' and `DEL')
-deletes the last char entered, and `RET' exits with the
-currently read string immediately instead of waiting for another
-char for `avy-timeout-seconds'.
+may be read if it is entered before `avy-timeout-seconds'.  DEL
+deletes the last char entered, and RET exits with the currently
+read string immediately instead of waiting for another char for
+`avy-timeout-seconds'.
 The format of the result is the same as that of `avy--regex-candidates'.
 This function obeys `avy-all-windows' setting.
 RE-BUILDER is a function that takes a string and returns a regex.



reply via email to

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