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

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

[elpa] externals/vertico 034b4050e0 2/2: Fix linter warning


From: ELPA Syncer
Subject: [elpa] externals/vertico 034b4050e0 2/2: Fix linter warning
Date: Sat, 12 Feb 2022 11:57:42 -0500 (EST)

branch: externals/vertico
commit 034b4050e008742c0ee34b2d20c740242fa84fb4
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix linter warning
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index 446e2b858b..57f88e41af 100644
--- a/vertico.el
+++ b/vertico.el
@@ -134,7 +134,7 @@ See `resize-mini-windows' for documentation."
   "History hash table.")
 
 (defvar-local vertico--history-base nil
-  "Base prefix of `vertico--history-hash'.")
+  "Base prefix of current history hash.")
 
 (defvar-local vertico--candidates-ov nil
   "Overlay showing the candidates.")



reply via email to

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