emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 30b747b86d 2/2: org-babel-execute:css: Mention argu


From: ELPA Syncer
Subject: [elpa] externals/org 30b747b86d 2/2: org-babel-execute:css: Mention arguments in the docstring
Date: Sun, 6 Aug 2023 06:58:17 -0400 (EDT)

branch: externals/org
commit 30b747b86dda48d13f06136cbaf8ce37d47d7e4e
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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 f93c576fc5..529f7bd9c9 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]