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

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

[elpa] externals/consult 5cef041: Fix docstring


From: ELPA Syncer
Subject: [elpa] externals/consult 5cef041: Fix docstring
Date: Fri, 25 Jun 2021 18:57:06 -0400 (EDT)

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



reply via email to

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