1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-21 06:55:35 +00:00

ob-sed: Fix typo

* lisp/ob-sed.el: Fix a typo in a comment
This commit is contained in:
Rudolf Adamkovič 2022-10-06 21:18:57 +02:00 committed by Ihor Radchenko
parent 48ac65bea0
commit a220492064
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -35,7 +35,7 @@
;; In addition to the normal header arguments, ob-sed also provides
;; :cmd-line and :in-file. :cmd-line allows one to pass other flags to
;; the sed command like the "--in-place" flag which makes sed edit the
;; file pass to it instead of outputting to standard out or to a
;; file passed to it instead of outputting to standard out or to a
;; different file. :in-file is a header arguments that allows one to
;; tell Org Babel which file the sed script to act on.