org-babel-import-elisp-from-file: Fix the docstring

* lisp/ob-core.el (org-babel-import-elisp-from-file): Document all the
arguments.
This commit is contained in:
Ihor Radchenko 2023-03-07 14:03:02 +01:00
parent 077c4adabf
commit 12883765d2
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

@ -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