emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 74d1a8c758 1/2: Fix incorrectly documented auto-num


From: ELPA Syncer
Subject: [elpa] externals/org 74d1a8c758 1/2: Fix incorrectly documented auto-numbering of MathJax equations
Date: Fri, 2 Sep 2022 08:57:53 -0400 (EDT)

branch: externals/org
commit 74d1a8c75814519f23fde077d91067b1be61d5eb
Author: Rudolf Adamkovič <salutis@me.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Fix incorrectly documented auto-numbering of MathJax equations
    
    * lisp/org/ox-html.el (org-html-mathjax-options): Fix incorrect
    choices for the 'autonumber' MathJax option in the docstring.
---
 lisp/ox-html.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 9e8740754a..65b5506033 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -1186,8 +1186,8 @@ 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?
 multlinewidth The width of the multline environment.
-autonumber    How to number equations.  Valid values are \"None\",
-              \"All\" and \"AMS\".
+autonumber    How to number equations.  Valid values are \"none\",
+              \"all\" and \"AMS\".
 tagindent     The amount tags are indented.
 tagside       Which side to show tags/labels on.  Valid values are
               \"left\" and \"right\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]