org-babel-combine-header-arg-lists: Describe arguments in the docstring

* lisp/ob-core.el (org-babel-combine-header-arg-lists): Describe all
the header arguments in the docstring.
This commit is contained in:
Ihor Radchenko 2023-08-13 13:35:53 +03:00
parent a0830f94ea
commit 36dcb2a23c
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ arguments and pop open the results in a preview buffer."
expanded)))
(defun org-babel-combine-header-arg-lists (original &rest others)
"Combine a number of lists of header argument names and arguments."
"Combine ORIGINAL and OTHERS lists of header argument names and arguments."
(let ((results (copy-sequence original)))
(dolist (new-list others)
(dolist (arg-pair new-list)