branch: externals/auctex
commit d7f1d28159869fde495960e437a9363c979f06f8
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * 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