[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master d7f1d281 4/4: ; * tex.el (TeX-auto-parse-length): Fix Typo.
From: |
Arash Esbati |
Subject: |
master d7f1d281 4/4: ; * tex.el (TeX-auto-parse-length): Fix Typo. |
Date: |
Thu, 18 Jan 2024 17:04:11 -0500 (EST) |
branch: master
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 7691b759..4b871841 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master d7f1d281 4/4: ; * tex.el (TeX-auto-parse-length): Fix Typo.,
Arash Esbati <=