auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. babe2242f594cef1d3a5c


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. babe2242f594cef1d3a5c7fd9e01191ba8875361
Date: Thu, 02 Oct 2014 12:17:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  babe2242f594cef1d3a5c7fd9e01191ba8875361 (commit)
      from  5dfe2773bea88fb347dfa19d4d416747d9192125 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit babe2242f594cef1d3a5c7fd9e01191ba8875361
Author: Ikumi Keita <address@hidden>
Date:   Thu Oct 2 14:17:14 2014 +0200

    Docstring fix.
    
    * texmathp.el (texmathp-tex-commands-default): Move equation*
    environment to AMS-LaTeX section.
    (texmathp-why): Fix docstring.
    
    Signed-off-by: Tassilo Horn <address@hidden>

diff --git a/ChangeLog b/ChangeLog
index 387e5f0..2ce2a0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-10-02  Ikumi Keita  <address@hidden>
 
+       * texmathp.el (texmathp-tex-commands-default): Move equation*
+       environment to AMS-LaTeX section.
+       (texmathp-why): Fix docstring.
+
+2014-10-02  Ikumi Keita  <address@hidden>
+
        * style/amstext.el (LaTeX-amstext-package-options): Rename from
        `LaTeX-amstext-package-option'.
 
diff --git a/texmathp.el b/texmathp.el
index 350406b..f13e237 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -117,7 +117,7 @@
     ("\\vcenter"     arg-off)
 
     ;; Standard LaTeX
-    ("equation"      env-on)      ("equation*"     env-on)
+    ("equation"      env-on)
     ("eqnarray"      env-on)      ("eqnarray*"     env-on)
     ("math"          env-on)
     ("displaymath"   env-on)
@@ -132,6 +132,7 @@
     ("\\ensuremath"  arg-on)
 
     ;; AMS-LaTeX
+    ("equation*"     env-on)
     ("align"         env-on)      ("align*"        env-on)
     ("gather"        env-on)      ("gather*"       env-on)
     ("multline"      env-on)      ("multline*"     env-on)
@@ -230,7 +231,7 @@ will be considered arguments of the macro independent of 
its definition."
   "After a call to `texmathp' this variable shows why math-mode is on or off.
 The value is a cons cell (MATCH . POSITION).
 MATCH is a string like a car of an entry in `texmathp-tex-commands', e.q.
-\"equation\" or \"\\ensuremath\" or \"\\[\" or \"$\".
+\"equation\" or \"\\ensuremath\" or \"\\=\\[\" or \"$\".
 POSITION is the buffer position of the match.  If there was no match,
 it points to the limit used for searches, usually two paragraphs up.")
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    6 ++++++
 texmathp.el |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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