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

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

[elpa] externals/consult 5cce728528: Update docstring


From: ELPA Syncer
Subject: [elpa] externals/consult 5cce728528: Update docstring
Date: Fri, 18 Feb 2022 09:57:27 -0500 (EST)

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

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

diff --git a/consult.el b/consult.el
index a71e5fd052..64500cf76d 100644
--- a/consult.el
+++ b/consult.el
@@ -990,7 +990,7 @@ When no project is found and MAYBE-PROMPT is non-nil ask 
the user."
           (point-marker))))))
 
 (defun consult--line-group (cand transform)
-  "Group function used by `consult-line-all' and `consult-line-project'.
+  "Group function used by `consult-line-multi'.
 If TRANSFORM non-nil, return transformed CAND, otherwise return title."
   (if transform
       cand



reply via email to

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