[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/style/amsmath.el,v
From: |
Masayuki Ataka |
Subject: |
[AUCTeX-diffs] Changes to auctex/style/amsmath.el,v |
Date: |
Sun, 11 Jun 2006 13:28:32 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Masayuki Ataka <ataka> 06/06/11 13:28:32
Index: amsmath.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/amsmath.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- amsmath.el 23 Oct 2005 10:13:01 -0000 1.18
+++ amsmath.el 11 Jun 2006 13:28:32 -0000 1.19
@@ -58,7 +58,7 @@
'("allowdisplaybreaks" ["Weight (1..4)"])
'("substack" t)
'("leftroot" "Push root index left by")
- '("uproot" "Push root index left by")
+ '("uproot" "Push root index upward by")
'("boxed" t)
'("mspace" t)
'("mod" t)
@@ -129,7 +129,7 @@
(LaTeX-insert-environment env (concat TeX-grop ncols TeX-grcl))
(and (not (string= "xxalignat" env))
(not (string= "*" (substring env -1)))
- (LaTeX-label environment)
+ (LaTeX-label env)
(newline-and-indent))))
(defun LaTeX-amsmath-env-aligned (env)
- [AUCTeX-diffs] Changes to auctex/style/amsmath.el,v,
Masayuki Ataka <=