aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-awk.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-awk.el')
-rw-r--r--lisp/org/ob-awk.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org/ob-awk.el b/lisp/org/ob-awk.el
index 368957c2f9..66e07bf175 100644
--- a/lisp/org/ob-awk.el
+++ b/lisp/org/ob-awk.el
@@ -24,8 +24,6 @@
;;; Commentary:
-;;; Commentary:
-
;; Babel's awk can use special header argument:
;;
;; - :in-file takes a path to a file of data to be processed by awk
@@ -114,6 +112,6 @@ Emacs-lisp table, otherwise return the results as a string."
(provide 'ob-awk)
-;; arch-tag: 844e2c88-6aad-4018-868d-a2df6bcdf68f
+
;;; ob-awk.el ends here