[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico 9199c6af04 3/3: vertico-buffer: Update commenta
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vertico 9199c6af04 3/3: vertico-buffer: Update commentary |
Date: |
Tue, 26 Dec 2023 03:58:47 -0500 (EST) |
branch: externals/vertico
commit 9199c6af04d7ece09e3c6cf18ac174dd4cd3250c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
vertico-buffer: Update commentary
---
README.org | 2 +-
extensions/vertico-buffer.el | 15 ++++++++++-----
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index d455a71487..5bf5f51d64 100644
--- a/README.org
+++ b/README.org
@@ -247,7 +247,7 @@ be enabled manually if desired. Furthermore it is possible
to install all of the
files separately, both ~vertico.el~ and the ~vertico-*.el~ extensions.
Currently the
following extensions come with the Vertico ELPA package:
--
[[https://github.com/minad/vertico/blob/main/extensions/vertico-buffer.el][vertico-buffer]]:
=vertico-buffer-mode= to display Vertico in a separate buffer.
+-
[[https://github.com/minad/vertico/blob/main/extensions/vertico-buffer.el][vertico-buffer]]:
=vertico-buffer-mode= to display Vertico like a regular buffer.
-
[[https://github.com/minad/vertico/blob/main/extensions/vertico-directory.el][vertico-directory]]:
Commands for Ido-like directory navigation.
-
[[https://github.com/minad/vertico/blob/main/extensions/vertico-flat.el][vertico-flat]]:
=vertico-flat-mode= to enable a flat, horizontal display.
-
[[https://github.com/minad/vertico/blob/main/extensions/vertico-grid.el][vertico-grid]]:
=vertico-grid-mode= to enable a grid display.
diff --git a/extensions/vertico-buffer.el b/extensions/vertico-buffer.el
index 68dc0e7c5f..0cefe10a0a 100644
--- a/extensions/vertico-buffer.el
+++ b/extensions/vertico-buffer.el
@@ -1,4 +1,4 @@
-;;; vertico-buffer.el --- Display Vertico in a buffer instead of the
minibuffer -*- lexical-binding: t -*-
+;;; vertico-buffer.el --- Display Vertico like a regular buffer -*-
lexical-binding: t -*-
;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
@@ -26,9 +26,14 @@
;;; Commentary:
-;; 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'.
+;; This package is a Vertico extension, which displays Vertico like a
+;; regular buffer in a large window instead of the miniwindow. The
+;; buffer display can be enabled by the `vertico-buffer-mode'.
+
+;; The mode can be enabled globally or via `vertico-multiform-mode'
+;; per command or completion category. Alternatively the buffer
+;; display can be toggled temporarily with M-B if
+;; `vertico-multiform-mode' is enabled.
;;; Code:
@@ -178,7 +183,7 @@
;;;###autoload
(define-minor-mode vertico-buffer-mode
- "Display Vertico in a buffer instead of the minibuffer."
+ "Display Vertico like a regular buffer in a large window."
:global t :group 'vertico
;; Shrink current minibuffer window
(when-let ((win (active-minibuffer-window)))