bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] style/mathtools.el :: defvar wrong


From: Nicolas Richard
Subject: [Bug-AUCTeX] style/mathtools.el :: defvar wrong
Date: Mon, 25 Mar 2013 18:00:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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.




reply via email to

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