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

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

[elpa] externals/org 39314eab11 2/3: * lisp/ob-lisp.el (org-babel-lisp-v


From: ELPA Syncer
Subject: [elpa] externals/org 39314eab11 2/3: * lisp/ob-lisp.el (org-babel-lisp-vector-to-list): Add docstring
Date: Wed, 20 Sep 2023 06:58:29 -0400 (EDT)

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

    * lisp/ob-lisp.el (org-babel-lisp-vector-to-list): Add docstring
---
 lisp/ob-lisp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ob-lisp.el b/lisp/ob-lisp.el
index c45bec20e9..b1d1b1804a 100644
--- a/lisp/ob-lisp.el
+++ b/lisp/ob-lisp.el
@@ -124,6 +124,7 @@ a property list containing the parameters of the block."
                          (cdr (assq :rownames params))))))
 
 (defun org-babel-lisp-vector-to-list (results)
+  "Convert #(...) values in RESULTS string into a (...) list."
   ;; TODO: better would be to replace #(...) with [...]
   (replace-regexp-in-string "#(" "(" results))
 



reply via email to

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