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)