auctex-commit
[Top][All Lists]
Advanced

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

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


From: David Kastrup
Subject: [AUCTeX-commit] Changes to auctex/latex.el,v
Date: Sun, 10 Dec 2006 13:20:50 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     David Kastrup <dak>     06/12/10 13:20:49

Index: latex.el
===================================================================
RCS file: /sources/auctex/auctex/latex.el,v
retrieving revision 5.426
retrieving revision 5.427
diff -u -b -r5.426 -r5.427
--- latex.el    16 Nov 2006 21:03:53 -0000      5.426
+++ latex.el    10 Dec 2006 13:20:49 -0000      5.427
@@ -372,6 +372,7 @@
         LaTeX-section-label))
 
 in your .emacs file."
+  :group 'LaTeX-macro
   :type 'hook
   :options '(LaTeX-section-heading
             LaTeX-section-title
@@ -1825,7 +1826,7 @@
 `LaTeX-verbatim-macros-with-delims' which returns a value
 including buffer-local keyword additions via
 `LaTeX-verbatim-macros-with-delims-local' as well."
-  :group 'LaTeX
+  :group 'LaTeX-macro
   :type '(repeat (string)))
 
 (defvar LaTeX-verbatim-macros-with-delims-local nil
@@ -1847,7 +1848,7 @@
 `LaTeX-verbatim-macros-with-braces' which returns a value
 including buffer-local keyword additions via
 `LaTeX-verbatim-macros-with-braces-local' as well."
-  :group 'LaTeX
+  :group 'LaTeX-macro
   :type '(repeat (string)))
 
 (defvar LaTeX-verbatim-macros-with-braces-local nil
@@ -1870,7 +1871,7 @@
 `LaTeX-verbatim-environments' which returns a value including
 buffer-local keyword additions via
 `LaTeX-verbatim-environemts-local' as well."
-  :group 'LaTeX
+  :group 'LaTeX-environment
   :type '(repeat (string)))
 
 (defvar LaTeX-verbatim-environments-local nil




reply via email to

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