branch: elpa/org-auto-tangle
commit 2982fc844954226f7d7b412a57a9d8dce509dc02
Author: lispy-dobby <[email protected]>
Commit: GitHub <[email protected]>
updated the commentary section
---
org-auto-tangle.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 606ed18359..a59991c27d 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -34,9 +34,9 @@
;;; Commentary:
;; It is common to want to tangle org files everytime you save your changes,
-;; especially for common tangled init files. So this program allows you to
-;; do so using #+auto_tangle option in an org file. It also does so
asynchronously
-;; so it does let you Emacs session hang
+;; especially for tangled init files. So this program allows you to
+;; do so using #+auto_tangle option in an org file. It also accomplishes
+;; this feat asynchronously so it does not let you Emacs session hang.
;;; Usage: