org-babel-execute:css: Mention arguments in the docstring

* lisp/ob-css.el (org-babel-execute:css): Fix docstring.
This commit is contained in:
Ihor Radchenko 2023-08-06 12:10:21 +03:00
parent f4fecc244c
commit 30b747b86d
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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)