branch: externals/marginalia
commit 4823bfbd8f84799a520e6cd37f4e27c663f9bada
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix package lint warning
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 52a4439..a01033b 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -1039,7 +1039,7 @@ PROP is the property which is looked up."
        (run-hook-with-args-until-success 'marginalia-classifiers)))))
 
 (defun marginalia--minibuffer-setup ()
-  "Setup minibuffer for `marginalia-mode'.
+  "Setup the minibuffer for Marginalia.
 Remember `this-command' for `marginalia-classify-by-command-name'."
   (setq marginalia--cache t marginalia--this-command this-command)
   ;; Reset cache if window size changes, recompute alignment

Reply via email to