mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
avy.el (avy--read-candidates): Fix docstring
Don't quote key bindings. This patch was applied in GNU ELPA earlier.
This commit is contained in:
parent
b408f76e3d
commit
0e59474430
9
avy.el
9
avy.el
@ -1975,11 +1975,10 @@ newline."
|
|||||||
(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
|
||||||
may be read if it is entered before `avy-timeout-seconds'. Any
|
may be read if it is entered before `avy-timeout-seconds'. DEL
|
||||||
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
|
||||||
deletes the last char entered, and `RET' exits with the
|
read string immediately instead of waiting for another char for
|
||||||
currently read string immediately instead of waiting for another
|
`avy-timeout-seconds'.
|
||||||
char for `avy-timeout-seconds'.
|
|
||||||
The format of the result is the same as that of `avy--regex-candidates'.
|
The format of the result is the same as that of `avy--regex-candidates'.
|
||||||
This function obeys `avy-all-windows' setting.
|
This function obeys `avy-all-windows' setting.
|
||||||
RE-BUILDER is a function that takes a string and returns a regex.
|
RE-BUILDER is a function that takes a string and returns a regex.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user