mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
avy.el (avy-with): Fix typo in doc-string
This commit is contained in:
parent
f9c15c573c
commit
cf95ba9582
2
avy.el
2
avy.el
@ -655,7 +655,7 @@ Commands using `avy-with' macro can be resumed."
|
|||||||
|
|
||||||
(defmacro avy-with (command &rest body)
|
(defmacro avy-with (command &rest body)
|
||||||
"Set `avy-keys' according to COMMAND and execute BODY.
|
"Set `avy-keys' according to COMMAND and execute BODY.
|
||||||
Set `avy-style' according to COMMMAND as well."
|
Set `avy-style' according to COMMAND as well."
|
||||||
(declare (indent 1)
|
(declare (indent 1)
|
||||||
(debug (form body)))
|
(debug (form body)))
|
||||||
`(let ((avy-keys (or (cdr (assq ',command avy-keys-alist))
|
`(let ((avy-keys (or (cdr (assq ',command avy-keys-alist))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user