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

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

[nongnu] elpa/org-auto-tangle 0add68b91c 17/56: corrected the doc string


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle 0add68b91c 17/56: corrected the doc string issue raised by checkdoc
Date: Mon, 6 Jun 2022 11:58:52 -0400 (EDT)

branch: elpa/org-auto-tangle
commit 0add68b91cb1bfb1b98a9f9630d09708f971e2ab
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: lispy-dobby <yilkalargawworkneh@gmail.com>

    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

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