branch: externals/marginalia commit 6537c379f1e9155919cc3a4f2afea6c2ee8152a4 Author: Omar Antolín <omar.anto...@gmail.com> Commit: Omar Antolín <omar.anto...@gmail.com>
Shorten first line of docstring using our "annotator" term --- marginalia.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marginalia.el b/marginalia.el index 423ce49..7559307 100644 --- a/marginalia.el +++ b/marginalia.el @@ -66,8 +66,8 @@ (symbol . marginalia-annotate-symbol) (variable . marginalia-annotate-variable) (package . marginalia-annotate-package)) - "Associating categories with annotation functions for minibuffer completion. -The annotation function must return a string, + "Associate categories with annotators for minibuffer completion. +Each annotation function must return a string, which is appended to the completion candidate. Annotations are only shown if `marginalia-mode' is enabled." :type '(alist :key-type symbol :value-type function)