0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 15:16:26 +00:00

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

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)