emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/marginalia 6537c37 015/241: Shorten first line of docst


From: Stefan Monnier
Subject: [elpa] externals/marginalia 6537c37 015/241: Shorten first line of docstring using our "annotator" term
Date: Fri, 28 May 2021 20:48:47 -0400 (EDT)

branch: externals/marginalia
commit 6537c379f1e9155919cc3a4f2afea6c2ee8152a4
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]