From 12883765d292b8bf18aa9112ba1a7e89ffa0b57e Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 7 Mar 2023 14:03:02 +0100 Subject: [PATCH] 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 255a767bb..ee00938f8 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