aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index b949eb26714..c86abe97304 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -571,7 +571,7 @@ to jump to the corresponding spot in the Texinfo source file."
571 ;; ((looking-at "@subheading ") 13) 571 ;; ((looking-at "@subheading ") 13)
572 572
573 ((looking-at 573 ((looking-at
574 (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 13) 574 (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 17)
575 ;; ((looking-at "@subsubsection ") 17) 575 ;; ((looking-at "@subsubsection ") 17)
576 ;; ((looking-at "@unnumberedsubsubsec ") 17) 576 ;; ((looking-at "@unnumberedsubsubsec ") 17)
577 ;; ((looking-at "@appendixsubsubsec ") 17) 577 ;; ((looking-at "@appendixsubsubsec ") 17)