tools/lookup: conform to new conventions

This commit is contained in:
Henrik Lissner 2019-07-22 23:45:31 +02:00
parent d106272574
commit 6cda303ae6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 20 additions and 20 deletions

View file

@ -51,7 +51,7 @@ Used by `+lookup/in-docsets' and `+lookup/documentation'."
(add-hook hook fn 'append))))))
;;;###autoload
(defun +lookup-dash-docsets-backend (identifier)
(defun +lookup-dash-docsets-backend-fn (identifier)
"Looks up IDENTIFIER in available Dash docsets, if any are installed.
This backend is meant for `+lookup-documentation-functions'.