From d73d85b05e56eab6eabba939436920c7b8222af2 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 21 Sep 2023 13:59:07 +0300 Subject: [PATCH] * 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 25306159b..8de65a752 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)