avy.el (avy-process): Add autoload

This commit is contained in:
Saulius Menkevičius 2020-05-22 08:10:40 +03:00
parent f34ff764aa
commit 2dde8b71a0

1
avy.el
View File

@ -856,6 +856,7 @@ Set `avy-style' according to COMMAND as well."
(when (< pos (1- (length lst)))
(goto-char (caar (nth (1+ pos) lst)))))))
;;;###autoload
(defun avy-process (candidates &optional overlay-fn cleanup-fn)
"Select one of CANDIDATES using `avy-read'.
Use OVERLAY-FN to visualize the decision overlay.