branch: externals/vertico commit 3450100aac07eadc0c4a9ba51ffae5c402d21cba Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Comment correction --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index d90e0d6..f1c10f3 100644 --- a/vertico.el +++ b/vertico.el @@ -124,7 +124,7 @@ "Index of current candidate or negative for prompt selection.") (defvar-local vertico--input nil - "Cons of last minibuffer contents and boundaries or t.") + "Cons of last minibuffer contents and point or t.") (defvar-local vertico--candidates nil "List of candidates.")