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

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

[elpa] externals/vertico ab1dec5176 1/5: vertico-flat/grid: Improve comm


From: ELPA Syncer
Subject: [elpa] externals/vertico ab1dec5176 1/5: vertico-flat/grid: Improve commentary
Date: Sun, 2 Jan 2022 10:58:00 -0500 (EST)

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

    vertico-flat/grid: Improve commentary
---
 extensions/vertico-flat.el | 11 ++++++-----
 extensions/vertico-grid.el |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/extensions/vertico-flat.el b/extensions/vertico-flat.el
index 646f2161c0..6d0a3ca6fd 100644
--- a/extensions/vertico-flat.el
+++ b/extensions/vertico-flat.el
@@ -28,14 +28,15 @@
 
 ;; This package is a Vertico extension providing a horizontal display.
 ;;
-;; The mode can be enabled pre command or completion category via
-;; `vertico-multiform-mode'. Alternatively the mode can be bound to a
-;; key to toggle to the horizontal display:
+;; The mode can be enabled globally or via `vertico-multiform-mode' per
+;; command or completion category. Alternatively the mode can be bound
+;; to a key to toggle to the flat display:
 ;;
 ;; (define-key vertico-map "\M-F" #'vertico-flat-mode)
 ;;
-;; `vertico-flat-mode' can be made to look like `ido-mode' by setting
-;; `vertico-cycle' to `t'.
+;; The flat display can be made to look like `ido-mode' by setting
+;; `vertico-cycle' to t. See also the `vertico-flat-format'
+;; configuration variable for further tweaks.
 
 ;;; Code:
 
diff --git a/extensions/vertico-grid.el b/extensions/vertico-grid.el
index 9f150e8db9..38656bc7e1 100644
--- a/extensions/vertico-grid.el
+++ b/extensions/vertico-grid.el
@@ -28,9 +28,9 @@
 
 ;; This package is a Vertico extension providing a grid display.
 ;;
-;; The mode can be enabled pre command or completion category via
-;; `vertico-multiform-mode'. Alternatively the mode can be bound to a
-;; key to toggle to the grid display:
+;; The mode can be enabled globally or via `vertico-multiform-mode' per
+;; command or completion category. Alternatively the mode can be bound
+;; to a key to toggle to the grid display:
 ;;
 ;; (define-key vertico-map "\M-G" #'vertico-grid-mode)
 



reply via email to

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