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)