* lisp/ob-makefile.el (org-babel-execute:makefile): Document function args

This commit is contained in:
Ihor Radchenko 2023-09-21 13:59:07 +03:00
parent 266aac1186
commit d73d85b05e
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
(defvar org-babel-default-header-args:makefile '())
(defun org-babel-execute:makefile (body _params)
"Execute a block of makefile code.
"Execute makefile BODY.
Second function argument is ignored.
This function is called by `org-babel-execute-src-block'."
body)