mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
avy.el (avy-with): Fix typo in doc-string
This commit is contained in:
2
avy.el
2
avy.el
@@ -655,7 +655,7 @@ Commands using `avy-with' macro can be resumed."
|
||||
|
||||
(defmacro avy-with (command &rest 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)
|
||||
(debug (form body)))
|
||||
`(let ((avy-keys (or (cdr (assq ',command avy-keys-alist))
|
||||
|
||||
Reference in New Issue
Block a user