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