mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +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:
parent
f4fecc244c
commit
30b747b86d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user