auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/tex-buf.el


From: Jan-Åke Larsson
Subject: [AUCTeX-diffs] Changes to auctex/tex-buf.el
Date: Thu, 13 Oct 2005 07:02:27 -0400

Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.238 auctex/tex-buf.el:1.239
--- auctex/tex-buf.el:1.238     Sun Oct  2 13:58:47 2005
+++ auctex/tex-buf.el   Thu Oct 13 11:02:27 2005
@@ -36,7 +36,7 @@
 
 (defcustom TeX-process-asynchronous (not (eq system-type 'ms-dos))
   "*Use asynchronous processes."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'boolean)
 
 (defcustom TeX-shell
@@ -44,7 +44,7 @@
       shell-file-name
     "/bin/sh")
   "Name of shell used to parse TeX commands."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'file)
 
 (defcustom TeX-shell-command-option
@@ -58,7 +58,7 @@
        (t                              ;Unix & EMX (Emacs 19 port to OS/2)
         "-c"))
   "Shell argument indicating that next argument is the command."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'string)
 
 ;;; Interactive Commands
@@ -397,7 +397,7 @@
 
 (defcustom TeX-save-query t
   "*If non-nil, ask user for permission to save files before starting TeX."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'boolean)
 
 (defvar TeX-command-history nil)
@@ -545,7 +545,7 @@
 
 (defcustom TeX-show-compilation nil
   "*If non-nil, show output of TeX compilation in other window."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'boolean)
 
 (defun TeX-run-command (name command file)
@@ -1138,7 +1138,7 @@
 
 (defcustom TeX-region-extra ""
   "*String to insert in the region file between the header and the text."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'string)
 
 ;; This was "address@hidden
@@ -1280,7 +1280,7 @@
 
 (defcustom TeX-region "_region_"
   "*Base name for temporary file for use with TeX-region."
-  :group 'TeX-commands
+  :group 'TeX-command
   :type 'string)
 
 ;;; Parsing




reply via email to

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