auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Mon, 19 Sep 2005 09:05:03 -0400

Index: auctex/tex.el
diff -u auctex/tex.el:5.536 auctex/tex.el:5.537
--- auctex/tex.el:5.536 Tue Aug 30 08:52:51 2005
+++ auctex/tex.el       Mon Sep 19 13:05:02 2005
@@ -2660,13 +2660,13 @@
   "List of hooks to be called after parsing a TeX file.")
 
 (defcustom TeX-auto-parse-length 999999
-  "*Maximal length of TeX file that will be parsed."
+  "Maximal length of TeX file (in characters) that will be parsed."
   :group 'TeX-parse
   :type 'integer)
   (make-variable-buffer-local 'TeX-auto-parse-length)
 
 (defcustom TeX-auto-x-parse-length 0
-  "*Maximum length of TeX file that will be parse additionally.
+  "Maximum length of TeX file that will be parsed additionally.
 Use `TeX-auto-x-regexp-list' for parsing the region between
 `TeX-auto-parse-length' and this value."
   :group 'TeX-parse
@@ -2674,7 +2674,7 @@
   (make-variable-buffer-local 'TeX-auto-x-parse-length)
 
 (defcustom TeX-auto-x-regexp-list 'LaTeX-auto-label-regexp-list
-  "*List of regular expresions used for additional parsing.
+  "List of regular expressions used for additional parsing.
 See `TeX-auto-x-parse-length'."
   :type '(radio (variable-item TeX-auto-empty-regexp-list)
                (variable-item TeX-auto-full-regexp-list)




reply via email to

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