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

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

[elpa] externals/org 12883765d2 1/3: org-babel-import-elisp-from-file: F


From: ELPA Syncer
Subject: [elpa] externals/org 12883765d2 1/3: org-babel-import-elisp-from-file: Fix the docstring
Date: Tue, 7 Mar 2023 08:59:07 -0500 (EST)

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

    org-babel-import-elisp-from-file: Fix the docstring
    
    * lisp/ob-core.el (org-babel-import-elisp-from-file): Document all the
    arguments.
---
 lisp/ob-core.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 255a767bba..ee00938f82 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -3208,7 +3208,8 @@ Otherwise return nil."
 
 (defun org-babel-import-elisp-from-file (file-name &optional separator)
   "Read the results located at FILE-NAME into an elisp table.
-If the table is trivial, then return it as a scalar."
+If the table is trivial, then return it as a scalar.
+SEPARATOR is passed to `org-table-convert-region', which see."
   (let ((result
         (with-temp-buffer
           (condition-case err



reply via email to

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