auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex d7f1d28159 32/43: ; * tex.el (TeX-auto-parse-len


From: Tassilo Horn
Subject: [elpa] externals/auctex d7f1d28159 32/43: ; * tex.el (TeX-auto-parse-length): Fix Typo.
Date: Wed, 7 Feb 2024 06:07:14 -0500 (EST)

branch: externals/auctex
commit d7f1d28159869fde495960e437a9363c979f06f8
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * tex.el (TeX-auto-parse-length): Fix Typo.
---
 tex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index 7691b75959..4b871841fe 100644
--- a/tex.el
+++ b/tex.el
@@ -4275,7 +4275,7 @@ alter the numbering of any ordinary, non-shy groups.")
 (defcustom TeX-auto-parse-length 999999
   "Maximal length of TeX file (in characters) that will be parsed."
   :group 'TeX-parse
-  :type 'integer#
+  :type 'integer
   :local t)
 
 (defcustom TeX-auto-x-parse-length 0




reply via email to

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