branch: externals/org
commit d73d85b05e56eab6eabba939436920c7b8222af2
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    * lisp/ob-makefile.el (org-babel-execute:makefile): Document function args
---
 lisp/ob-makefile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-makefile.el b/lisp/ob-makefile.el
index 25306159bb..8de65a7523 100644
--- a/lisp/ob-makefile.el
+++ b/lisp/ob-makefile.el
@@ -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)
 

Reply via email to