monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 4ba78815909d99223d2b5036cc2fc5c58ea18c1a
Author: Tassilo Horn <[email protected]>
Date:   Wed Apr 10 15:30:04 2013 +0200

    Syntax fix.
    
    * style/mathtools.el (LaTeX-mathtools-key-val-options): Fix defvar
    syntax.
---
 ChangeLog          |    5 +++++
 style/mathtools.el |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ae9ad8b..f78012b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-10  Nicolas Richard  <[email protected]>  (tiny change)
+
+       * style/mathtools.el (LaTeX-mathtools-key-val-options): Fix defvar
+       syntax.
+
 2013-04-10  Jobst Hoffmann  <[email protected]>  (tiny change)
 
        * style/lscape.el ("lscape"): Fix typo and parentheses.
diff --git a/style/mathtools.el b/style/mathtools.el
index 5934825..ae63289 100644
--- a/style/mathtools.el
+++ b/style/mathtools.el
@@ -43,7 +43,6 @@
   "Package options for the mathtools package.")
 
 (defvar LaTeX-mathtools-key-val-options
-  "Options for the \\mathtoolsset command"
   '(("showonlyrefs")
     ("mathic" ("true" "false"))
     ("showmanualtags" ("true" "false"))
@@ -54,7 +53,8 @@
     ("centercolon" ("true" "false"))
     ("prescript-sub-format")
     ("prescript-sup-format")
-    ("prescript-arg-format")))
+    ("prescript-arg-format"))
+  "Options for the \\mathtoolsset command")
 
 (TeX-add-style-hook
  "mathtools"

Reply via email to