diff options
author | Kyle Meyer <kyle@kyleam.com> | 2024-06-09 13:06:28 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-06-09 16:54:38 -0400 |
commit | 5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2 (patch) | |
tree | dcadcaa7be32c0edb4087e0d4139368f9409083e /lisp/org/ob-makefile.el | |
parent | e1cc2d1f61836e1da08817524999878b639e6761 (diff) | |
download | emacs-5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2.tar.gz emacs-5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2.tar.bz2 emacs-5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2.zip |
Update to Org 9.7.3
Diffstat (limited to 'lisp/org/ob-makefile.el')
-rw-r--r-- | lisp/org/ob-makefile.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |