branch: externals/auctex
commit 3e57fbe2a5e081838c594503340c7489bc1041d7
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * texmathp.el: Update comment header.
---
texmathp.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/texmathp.el b/texmathp.el
index ab218e9..3a26a9f 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -53,7 +53,8 @@
;;
;; To configure which macros and environments influence LaTeX math mode,
;; customize the variable `texmathp-tex-commands'. By default
-;; it recognizes the LaTeX core as well as AMS-LaTeX (see the variable
+;; it recognizes the plain TeX and LaTeX core as well as AMS-LaTeX and
+;; packages mathtools, empheq and breqn (see the variable
;; `texmathp-tex-commands-default', also as an example).
;;
;; To try out the code interactively, use `M-x texmathp RET'.