[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org d73d85b05e 1/2: * lisp/ob-makefile.el (org-babel-ex
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org d73d85b05e 1/2: * lisp/ob-makefile.el (org-babel-execute:makefile): Document function args |
Date: |
Fri, 22 Sep 2023 06:58:53 -0400 (EDT) |
branch: externals/org
commit d73d85b05e56eab6eabba939436920c7b8222af2
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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)