Fix comment

This commit is contained in:
Igarashi Masanao
2018-02-22 21:55:56 +09:00
parent 9d2daebfab
commit 4f2c4ddb22

View File

@@ -1183,7 +1183,7 @@ containing export options. Modify DATA by side-effect and return it."
(org-rst--wrap-latex-math-block (plist-get info prop) info)))) (org-rst--wrap-latex-math-block (plist-get info prop) info))))
(defun org-rst-math-block (_math-block contents _info) (defun org-rst-math-block (_math-block contents _info)
"Transcode a MATH-BLOCK object from Org to LaTeX. "Transcode a MATH-BLOCK object from Org to reStructuredText.
CONTENTS is a string. INFO is a plist used as a communication CONTENTS is a string. INFO is a plist used as a communication
channel." channel."
(let* ((value (org-trim contents)) (let* ((value (org-trim contents))