summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2015-08-04 21:32:30 +0200
committerBastien <bzg@gnu.org>2015-08-04 21:32:30 +0200
commit9111c21a75f63eb9e1075b7c1d7db8f59da3b865 (patch)
tree58581fd62ddd88a256afd9cbd94ffd0064fb92b4
parented0f7aab68f977f4f241589365db804c6b17bff9 (diff)
downloadorg-mode-9111c21a75f63eb9e1075b7c1d7db8f59da3b865.tar.gz
org.el (org-latex-to-mathml-convert-command): Tiny docstring fix
* org.el (org-latex-to-mathml-convert-command): Tiny docstring fix.
-rwxr-xr-xlisp/org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 484f3ff..1b88168 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3976,12 +3976,13 @@ Replace format-specifiers in the command as noted below and use
%I: Input LaTeX file in fully expanded form.
%i: The latex fragment to be converted.
%o: Output MathML file.
+
This command is used by `org-create-math-formula'.
-When using MathToWeb as the converter, set this to
+When using MathToWeb as the converter, set this option to
\"java -jar %j -unicode -force -df %o %I\".
-When using LaTeXML set this to
+When using LaTeXML set this option to
\"latexmlmath \"%i\" --presentationmathml=%o\"."
:group 'org-latex
:version "24.1"