--- ChangeLog.~5.1825.~	2013-01-21 11:06:37.000000000 +0100
+++ ChangeLog	2013-01-21 11:14:32.000000000 +0100
@@ -1,3 +1,7 @@
+2013-01-21  Ivan Andrus  <darthandrus@gmail.com>
+
+	* texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
+
 2013-01-19  Mads Jensen  <mje@inducks.org>
 
 	* style/placeins.el: New style.
--- texmathp.el.~5.23.~	2008-05-25 08:50:32.000000000 +0200
+++ texmathp.el	2013-01-17 23:10:24.000000000 +0100
@@ -139,7 +139,10 @@
     ("alignat"       env-on)      ("alignat*"      env-on)
     ("xalignat"      env-on)      ("xalignat*"     env-on)
     ("xxalignat"     env-on)      ("\\boxed"       arg-on)
-    ("\\text"        arg-off)     ("\\intertext"   arg-off))
+    ("\\text"        arg-off)     ("\\intertext"   arg-off)
+
+    ;; mathtools
+    ("\\shortintertext"   arg-off))
   "The default entries for `texmathp-tex-commands', which see.")
 
 (defun texmathp-compile ()
