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

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

[elpa] externals/vertico 0831da48fe 2/2: Minor extension documentation i


From: ELPA Syncer
Subject: [elpa] externals/vertico 0831da48fe 2/2: Minor extension documentation improvements
Date: Fri, 13 May 2022 14:58:10 -0400 (EDT)

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

    Minor extension documentation improvements
---
 extensions/vertico-indexed.el | 6 ++++--
 extensions/vertico-quick.el   | 6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/extensions/vertico-indexed.el b/extensions/vertico-indexed.el
index 6bdf030a1b..ed0268c098 100644
--- a/extensions/vertico-indexed.el
+++ b/extensions/vertico-indexed.el
@@ -26,8 +26,10 @@
 
 ;;; Commentary:
 
-;; This package is a Vertico extension, which prefixes candidates with
-;; indices and allows you to select with prefix arguments.
+;; This package is a Vertico extension, which prefixes candidates with indices
+;; if enabled via `vertico-indexed-mode'. It allows you to select candidates
+;; with prefix arguments. This is designed to be a faster alternative to
+;; selecting a candidate with `vertico-next' and `vertico-previous'.
 
 ;;; Code:
 
diff --git a/extensions/vertico-quick.el b/extensions/vertico-quick.el
index 6c8146f066..539607f891 100644
--- a/extensions/vertico-quick.el
+++ b/extensions/vertico-quick.el
@@ -26,7 +26,11 @@
 
 ;;; Commentary:
 
-;; This package is a Vertico extension, which provides quick keys.
+;; This package is a Vertico extension, which prefixes candidates with
+;; quick keys. Typing these quick keys allows you to select the
+;; candidate in front of them. This is designed to be a faster
+;; alternative to selecting a candidate with `vertico-next' and
+;; `vertico-previous'.
 ;; (define-key vertico-map "\M-q" #'vertico-quick-insert)
 ;; (define-key vertico-map "\C-q" #'vertico-quick-exit)
 



reply via email to

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