auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] Changes to auctex/style/scrbase.el,v


From: Ralf Angeli
Subject: [AUCTeX-commit] Changes to auctex/style/scrbase.el,v
Date: Fri, 13 Apr 2007 21:06:38 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    07/04/13 21:06:38

Index: scrbase.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/scrbase.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- scrbase.el  5 Jun 2005 18:32:07 -0000       1.9
+++ scrbase.el  13 Apr 2007 21:06:38 -0000      1.10
@@ -5,7 +5,7 @@
 
 ;; Author: Mark Trettin <address@hidden>
 ;; Created: 2002-09-26
-;; Version: $Id: scrbase.el,v 1.9 2005/06/05 18:32:07 angeli Exp $
+;; Version: $Id: scrbase.el,v 1.10 2007/04/13 21:06:38 angeli Exp $
 ;; Keywords: tex
 ;; License: GPL, see the file COPYING in the base directory of AUCTeX
 
@@ -82,7 +82,7 @@
      '("addmargin*" (lambda (env &rest ignore)
                      (LaTeX-insert-environment
                       env
-                      (let ((innin (read-string "(Optional) Innner 
Indentation: "))
+                      (let ((innin (read-string "(Optional) Inner Indentation: 
"))
                             (indent (read-string "Indentation: ")))
                         (concat
                          (if (not (zerop (length innin)))
@@ -205,12 +205,12 @@
     (TeX-argument-prompt optional prompt "Element")
     '(("")
       ("caption") ("captionlabel")
-      ("descriptionlabel") ("dictumauthor") ("dictumtext")
+      ("descriptionlabel") ("dictum") ("dictumauthor") ("dictumtext")
       ("footnote") ("footnotelabel") ("footnotereference")
-      ("pagefoot") ("pagehead") ("pagenumber")
+      ("pagefoot") ("pagehead") ("pagenumber") ("pagination")
       ("sectioning") ("part") ("partnumber") ("chapter") ("section")
       ("subsection") ("subsubsection") ("paragraph") ("subparagraph")
-      ("title"))
+      ("title") ("disposition") ("minisec"))
     nil t)
    optional))
  




reply via email to

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