Hello, 

in file style/mathtools.el, the docstring of
LaTeX-mathtools-key-val-options should go after the default value. Here
is a diff produced with "cvs diff -u", I'm not sure how useful that is :
it's the first time I use another cvs command than "cvs up" since the
initial setup. Please tell me if I should send something else instead.

RCS file: /sources/auctex/auctex/style/mathtools.el,v
retrieving revision 1.3
diff -u -r1.3 mathtools.el
--- auctex/style/mathtools.el   7 Jan 2013 20:28:18 -0000       1.3
+++ auctex/style/mathtools.el   25 Mar 2013 16:52:05 -0000
@@ -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"



-- 
N.


_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to