[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/marginalia 2644ea3ad4 3/4: Fix docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/marginalia 2644ea3ad4 3/4: Fix docstring |
Date: |
Mon, 8 Jul 2024 18:59:16 -0400 (EDT) |
branch: externals/marginalia
commit 2644ea3ad4fa930107eebc17dd66566b6025fc89
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Fix docstring
---
marginalia.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/marginalia.el b/marginalia.el
index 6fb205397f..ef782a2f4f 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -441,7 +441,7 @@ Otherwise stay within current buffer."
(fun fun)))
(defun marginalia-annotate-multi-category (cand)
- "Annotate multi-category CAND with the buffer class."
+ "Annotate multi-category CAND, dispatching to the appropriate annotator."
(if-let ((multi (get-text-property 0 'multi-category cand))
(annotate (marginalia--annotator (car multi))))
;; Use the Marginalia annotator corresponding to the multi category.