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

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

[elpa] externals/org 880782660a 1/2: ob-clojure.el: Reword docstring for


From: ELPA Syncer
Subject: [elpa] externals/org 880782660a 1/2: ob-clojure.el: Reword docstring for ob-clojure-eval-with-cider
Date: Thu, 23 Mar 2023 08:59:14 -0400 (EDT)

branch: externals/org
commit 880782660a92ea0b01b99d233a9f950ea2dd9fee
Author: Daniel Kraus <daniel@kraus.my>
Commit: Daniel Kraus <daniel@kraus.my>

    ob-clojure.el: Reword docstring for ob-clojure-eval-with-cider
    
    * lisp/ob-clojure.el (ob-clojure-eval-with-cider): Mention in the
    docstring that the Babel params argument is not used anymore.
---
 lisp/ob-clojure.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el
index 2b17516ecb..ec14004ac7 100644
--- a/lisp/ob-clojure.el
+++ b/lisp/ob-clojure.el
@@ -266,8 +266,9 @@ or set the `:backend' header argument"))))
            (reverse ob-clojure-inf-clojure-tmp-output)))))
 
 (defun ob-clojure-eval-with-cider (expanded _params &optional cljs-p)
-  "Evaluate EXPANDED code block with PARAMS using cider.
-When CLJS-P is non-nil, use a cljs connection instead of clj."
+  "Evaluate EXPANDED code block using cider.
+When CLJS-P is non-nil, use a cljs connection instead of clj.
+The PARAMS from Babel are not used in this function."
   (org-require-package 'cider "Cider")
   (let ((connection (cider-current-connection (if cljs-p "cljs" "clj"))))
     (unless connection (sesman-start-session 'CIDER))



reply via email to

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