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

commit 071c6ce59d8a61968acb36d15fb3ac512b420769
Author: Mosè Giordano <[email protected]>
Date:   Thu Sep 19 16:39:42 2013 +0200

    Fix unit name in siunitx style file.
---
 ChangeLog        |    4 ++++
 style/siunitx.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2a75a56..e741f9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-19  Mos� Giordano  <[email protected]>
+
+       * style/siunitx.el ("siunitx"): Fix `radian' unit name.
+
 2013-09-17  Fabrice Ben Hamouda  <[email protected]>  (tiny change)
 
        * tex-buf.el (TeX-next-error, TeX-active-buffer): Fix a problem
diff --git a/style/siunitx.el b/style/siunitx.el
index 10608a8..fbf2d89 100644
--- a/style/siunitx.el
+++ b/style/siunitx.el
@@ -321,7 +321,7 @@ string."
     "\\newton"
     "\\ohm"
     "\\pascal"
-    "\\radians"
+    "\\radian"
     "\\siemens"
     "\\sievert"
     "\\steradian"

Reply via email to