avy.el (avy-with): Fix typo in doc-string

This commit is contained in:
Jonas Bernoulli 2019-11-06 13:34:46 +01:00
parent f9c15c573c
commit cf95ba9582

2
avy.el
View File

@ -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))