Просмотр исходного кода

Fix incorrectly documented MathJax options

* lisp/org/ox-html.el (org-html-mathjax-options): Fix some incorrect
choices for `indent' and `autonumber' in the docstring.
Rudolf Adamkovič 2 лет назад
Родитель
Сommit
15068ce30a
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      lisp/ox-html.el

+ 1 - 2
lisp/ox-html.el

@@ -1185,10 +1185,9 @@ font          The font to use with HTML-CSS and SVG output.  As of MathJax 2.5
 linebreaks    Let MathJax perform automatic linebreaks.  Valid values
               are \"true\" and \"false\".
 indent        If align is not center, how far from the left/right side?
-              Valid values are \"left\" and \"right\"
 multlinewidth The width of the multline environment.
 autonumber    How to number equations.  Valid values are \"None\",
-              \"all\" and \"AMS Math\".
+              \"All\" and \"AMS\".
 tagindent     The amount tags are indented.
 tagside       Which side to show tags/labels on.  Valid values are
               \"left\" and \"right\"