branch: elpa/org-auto-tangle
commit 0add68b91cb1bfb1b98a9f9630d09708f971e2ab
Author: lispy-dobby <[email protected]>
Commit: lispy-dobby <[email protected]>

    corrected the doc string issue raised by checkdoc
---
 org-auto-tangle.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index c99b84ea12..384e1e559e 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -65,7 +65,7 @@
          (match-string 1))))))
 
 (defun org-auto-tangle-async (file)
-  "Invoke `org-babel-tangle-file' asynchronously."
+  "Invoke `org-babel-tangle-file' asynchronously on FILE."
   (message "Tangling %s..." (buffer-file-name))
   (async-start
    (let ((args (list file)))

Reply via email to