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

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

[elpa] externals/consult 2dab69568b 2/2: Update comment


From: ELPA Syncer
Subject: [elpa] externals/consult 2dab69568b 2/2: Update comment
Date: Mon, 23 May 2022 10:57:24 -0400 (EDT)

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

    Update comment
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index c1e7009240..e3add04cb5 100644
--- a/consult.el
+++ b/consult.el
@@ -851,7 +851,7 @@ When no project is found and MAY-PROMPT is non-nil ask the 
user."
 (defun consult--project-root (&optional may-prompt)
   "Return project root as absolute path.
 When no project is found and MAY-PROMPT is non-nil ask the user."
-  ;; Preserve this-command across `read-directory-name' call,
+  ;; Preserve this-command across project selection,
   ;; such that `consult-customize' continues to work.
   (let ((this-command this-command))
     (when-let (root (and consult-project-function



reply via email to

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