branch: externals/auctex
commit c1f04df1d2c1d2483000ad17922d1e9084cfaaf1
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    * style/amsmath.el ("amsmath"): Correct \cfrac spec.
---
 style/amsmath.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/style/amsmath.el b/style/amsmath.el
index 76f922f..7495d67 100644
--- a/style/amsmath.el
+++ b/style/amsmath.el
@@ -1,6 +1,7 @@
 ;;; amsmath.el --- Style hook for the AMS-LaTeX amsmath package.
 
-;; Copyright (C) 2002, 2005-2007, 2012-2014  Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2005-2007, 2012-2014, 2017-2018
+;;      Free Software Foundation, Inc.
 ;; FIXME: What about the copyright for <= 2001?
 
 ;; Author: Carsten Dominik <[email protected]>
@@ -71,7 +72,7 @@
      '("tbinom" 2)
      '("genfrac" "Left delimiter" "Right delimiter" "Thickness"
        "Mathstyle" 2)
-     '("cfrac" ["position (l or r)"] t)
+     '("cfrac" ["position (l or r)"] 2)
      '("smash" ["where (t or b)"] t)
      '("sideset" "Left" "Right")
      '("tag" "(Tag)")

Reply via email to