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

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

[elpa] externals/consult cf9c5e5d0c: Update commentary


From: ELPA Syncer
Subject: [elpa] externals/consult cf9c5e5d0c: Update commentary
Date: Sun, 16 Oct 2022 09:57:24 -0400 (EDT)

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

    Update commentary
---
 consult.el | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/consult.el b/consult.el
index 979546a855..bd0dcd4d89 100644
--- a/consult.el
+++ b/consult.el
@@ -26,22 +26,26 @@
 
 ;;; Commentary:
 
-;; Consult implements a set of `consult-<thing>' commands which use
-;; `completing-read' to select from a list of candidates. Consult
-;; provides an enhanced buffer switcher `consult-buffer' and search and
-;; navigation commands like `consult-imenu' and `consult-line'.
-;; Searching through multiple files is supported by the asynchronous
-;; `consult-grep' command. Many Consult commands allow previewing
-;; candidates - if a candidate is selected in the completion view, the
-;; buffer shows the candidate immediately.
-
-;; The Consult commands are compatible with completion systems based on
-;; the Emacs `completing-read' API, including the default completion
-;; system, Vertico, Mct and Icomplete.
-
-;; Consult has been inspired by Counsel. Some of the Consult commands
-;; originated in the Counsel package or the wiki of the Selectrum
-;; package. See the README for a full list of contributors.
+;; Consult implements a set of `consult-<thing>' commands, which aim to
+;; improve the way you use Emacs. The commands are founded on
+;; `completing-read', which selects from a list of candidate strings.
+;; Consult provides an enhanced buffer switcher `consult-buffer' and
+;; search and navigation commands like `consult-imenu' and
+;; `consult-line'. Searching through multiple files is supported by the
+;; asynchronous `consult-grep' command. Many Consult commands support
+;; previewing candidates. If a candidate is selected in the completion
+;; view, the buffer shows the candidate immediately.
+
+;; The Consult commands are compatible with multiple completion systems
+;; based on the Emacs `completing-read' API, including the default
+;; completion system, Vertico, Mct and Icomplete.
+
+;; See the README for an overview of the available Consult commands and
+;; the documentation of the configuration and installation of the
+;; package.
+
+;; The full list of contributors can be found in the acknowledgments
+;; section of the README.
 
 ;;; Code:
 



reply via email to

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