From 5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Jun 2024 13:06:28 -0400 Subject: Update to Org 9.7.3 --- lisp/org/ob-makefile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/org/ob-makefile.el') diff --git a/lisp/org/ob-makefile.el b/lisp/org/ob-makefile.el index 636108615a5..9ff545b7eb9 100644 --- a/lisp/org/ob-makefile.el +++ b/lisp/org/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) -- cgit v1.2.3