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

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

[elpa] externals/vertico dd1f5e58a3 2/4: Fix typos in commentary


From: ELPA Syncer
Subject: [elpa] externals/vertico dd1f5e58a3 2/4: Fix typos in commentary
Date: Sun, 26 Dec 2021 06:57:48 -0500 (EST)

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

    Fix typos in commentary
---
 extensions/vertico-buffer.el  | 4 ++--
 extensions/vertico-indexed.el | 2 +-
 extensions/vertico-repeat.el  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/extensions/vertico-buffer.el b/extensions/vertico-buffer.el
index 1397b2fbc1..2e3a89b169 100644
--- a/extensions/vertico-buffer.el
+++ b/extensions/vertico-buffer.el
@@ -26,8 +26,8 @@
 
 ;;; Commentary:
 
-;; This package is a Vertico extension, which allows to display Vertico
-;; in a buffer instead of the minibuffer. The buffer display can be enabled
+;; This package is a Vertico extension, which displays Vertico in a
+;; buffer instead of the minibuffer. The buffer display can be enabled
 ;; by the `vertico-buffer-mode'.
 
 ;;; Code:
diff --git a/extensions/vertico-indexed.el b/extensions/vertico-indexed.el
index 304651da36..787ec53965 100644
--- a/extensions/vertico-indexed.el
+++ b/extensions/vertico-indexed.el
@@ -27,7 +27,7 @@
 ;;; Commentary:
 
 ;; This package is a Vertico extension, which prefixes candidates with
-;; indices and allows selection using prefix arguments.
+;; indices and allows you to select with prefix arguments.
 
 ;;; Code:
 
diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el
index 4fbb72cf4c..031a98071f 100644
--- a/extensions/vertico-repeat.el
+++ b/extensions/vertico-repeat.el
@@ -26,8 +26,8 @@
 
 ;;; Commentary:
 
-;; This package is a Vertico extension, which allows to repeat the last
-;; Vertico session via the `vertico-repeat' command.
+;; This package is a Vertico extension, which enables repetition of the
+;; last Vertico session via the `vertico-repeat' command.
 ;;
 ;; (global-set-key "\M-r" #'vertico-repeat)
 ;;



reply via email to

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