branch: externals/consult
commit 6ce9aa58e74da92e391cfe938bc3da4f47ab591e
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@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