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

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

[elpa] externals/consult d0c45132e3 3/5: Fix linter warning


From: ELPA Syncer
Subject: [elpa] externals/consult d0c45132e3 3/5: Fix linter warning
Date: Tue, 15 Feb 2022 07:57:28 -0500 (EST)

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

    Fix linter warning
---
 consult-selectrum.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/consult-selectrum.el b/consult-selectrum.el
index a25d1c5c05..aa41ab6f68 100644
--- a/consult-selectrum.el
+++ b/consult-selectrum.el
@@ -68,8 +68,8 @@ and HIGHLIGHT."
     (selectrum-exhibit (not reset))))
 
 (defun consult-selectrum--split-wrap (orig split)
-  "Wrap candidates highlight/refinement ORIG function, splitting
-the input using SPLIT."
+  "Wrap candidates highlight/refinement ORIG function.
+The input is split by the SPLIT function."
   (lambda (str cands)
     (funcall orig (cadr (funcall split str 0)) cands)))
 



reply via email to

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