branch: externals/consult commit 5cef041e001548874dd1aa98e2764e0518d9a92d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fix docstring --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index d76ac8b..106bc78 100644 --- a/consult.el +++ b/consult.el @@ -1372,7 +1372,7 @@ SPLIT is the splitting function." (_ (funcall async action))))) (defun consult--async-log (formatted &rest args) - "Log FORMATTED ARGS to `v/consult--async-log'." + "Log FORMATTED ARGS to variable `consult--async-log'." (with-current-buffer (get-buffer-create consult--async-log) (goto-char (point-max)) (insert (apply #'format formatted args))))