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

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

[elpa] externals/consult 6ce9aa5 2/2: Expand comment


From: ELPA Syncer
Subject: [elpa] externals/consult 6ce9aa5 2/2: Expand comment
Date: Tue, 29 Jun 2021 15:57:07 -0400 (EDT)

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

    Expand comment
---
 consult.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 92c2763..d3d6232 100644
--- a/consult.el
+++ b/consult.el
@@ -2696,7 +2696,10 @@ These configuration options are supported:
                            ;; directory, but also the filename.
                            (read-file-name prompt initial initial 
require-match nil predicate)
                          (completing-read prompt
-                                          ;; Evaluate completion table in the 
original buffer
+                                          ;; Evaluate completion table in the 
original buffer.
+                                          ;; This is a reasonable thing to do 
and required
+                                          ;; by some completion tables in 
particular by lsp-mode.
+                                          ;; See 
https://github.com/minad/vertico/issues/61.
                                           (if (functionp collection)
                                               (lambda (&rest args)
                                                 (with-current-buffer buffer



reply via email to

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