branch: externals/consult commit 88806e884519d851b033051c502e3b4a72c65fbe Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fix linter warning --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 7eb4b4b218..8c4f7aa967 100644 --- a/consult.el +++ b/consult.el @@ -805,7 +805,7 @@ The line beginning/ending BEG/END is bound in BODY." local))))))) (defun consult--abbreviate-directory (dir) - "Return abbreviated directory DIR for use in prompts." + "Return abbreviated directory DIR for use in `completing-read' prompt." (save-match-data (let ((adir (abbreviate-file-name dir))) (if (string-match "/\\([^/]+\\)/\\([^/]+\\)/\\'" adir)