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

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

[elpa] externals/consult b24d1acf8b 1/2: Update readme


From: ELPA Syncer
Subject: [elpa] externals/consult b24d1acf8b 1/2: Update readme
Date: Fri, 2 Dec 2022 00:57:51 -0500 (EST)

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

    Update readme
---
 CHANGELOG.org | 6 +++---
 README.org    | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 723c6509f8..643555f366 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -5,9 +5,9 @@
 * Development
 
 - Bugfixes
-- =consult-line-multi= has been rewritten completely. Buffers are searched
-  dynamically instead, similar to =consult-grep= in order to reduce the startup
-  speed.
+- =consult-line-multi= has been rewritten completely. The candidates are 
computed
+  on demand based on the input. This reduces startup speed greatly. The command
+  behaves like =consult-grep=, but operates on buffers instead of files.
 - Add =consult--source-file-register=, and make the registers available in
   =consult-buffer=. Registers are often used as quick access keys for files, 
e.g.,
   =(add-to-list 'register-alist '(?i file . "~/.emacs.d/init.el")))=.
diff --git a/README.org b/README.org
index 88f5edcb0c..cf66fba1f8 100644
--- a/README.org
+++ b/README.org
@@ -209,9 +209,10 @@ their descriptions.
   recent Isearch string are added to the "future history" and can be accessed
   by pressing =M-n=. When =consult-line= is bound to the =isearch-mode-map= and
   is invoked during a running Isearch, it will use the current Isearch string.
-- =consult-line-multi=: Search across multiple buffers. By default search 
across
-  project buffers. If invoked with a prefix argument search across all buffers.
-  Behaves like =consult-line=.
+- =consult-line-multi=: Search dynamically across multiple buffers. By default
+  search across project buffers. If invoked with a prefix argument search 
across
+  all buffers. The candidates are computed on demand based on the input. The
+  command behaves like =consult-grep=, but operates on buffers instead of 
files.
 - =consult-multi-occur=: Replacement for =multi-occur= which uses
   =completing-read-multiple=.
 - =consult-keep-lines=: Replacement for =keep/flush-lines= which uses the 
current



reply via email to

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