[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 29d5b2573b 2/3: lisp/ox-latex.el (org-latex--make-o
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 29d5b2573b 2/3: lisp/ox-latex.el (org-latex--make-option-string): Document all the arguments |
Date: |
Wed, 6 Dec 2023 09:59:00 -0500 (EST) |
branch: externals/org
commit 29d5b2573bdb0bbb971f8af150adb102b24d323a
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
lisp/ox-latex.el (org-latex--make-option-string): Document all the arguments
---
lisp/ox-latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 604c2a5357..38d681d95a 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1804,7 +1804,7 @@ This is used to choose a separator for constructs like
\\verb."
return (char-to-string c))))
(defun org-latex--make-option-string (options &optional separator)
- "Return a comma separated string of keywords and values.
+ "Return a comma or SEPARATOR separated string of keywords and values.
OPTIONS is an alist where the key is the options keyword as
a string, and the value a list containing the keyword value, or
nil."