From 30b747b86dda48d13f06136cbaf8ce37d47d7e4e Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 6 Aug 2023 12:10:21 +0300 Subject: [PATCH] org-babel-execute:css: Mention arguments in the docstring * lisp/ob-css.el (org-babel-execute:css): Fix docstring. --- lisp/ob-css.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-css.el b/lisp/ob-css.el index f93c576fc..529f7bd9c 100644 --- a/lisp/ob-css.el +++ b/lisp/ob-css.el @@ -36,7 +36,7 @@ (defvar org-babel-default-header-args:css '()) (defun org-babel-execute:css (body _params) - "Execute a block of CSS code. + "Execute BODY of CSS code. This function is called by `org-babel-execute-src-block'." body)