Sfoglia il codice sorgente

org.el (org-latex-to-mathml-convert-command): Tiny docstring fix

* org.el (org-latex-to-mathml-convert-command): Tiny docstring fix.
Bastien 9 anni fa
parent
commit
9111c21a75
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      lisp/org.el

+ 3 - 2
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"