From 0fe44016cd91c1687ff3721542a59932d72fb116 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 12 May 1994 18:04:36 +0000 Subject: [PATCH] (texinfo-show-structure): Fix subsubsection indent amount. --- lisp/textmodes/texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; ((looking-at "@subheading ") 13) ((looking-at - (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 13) + (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 17) ;; ((looking-at "@subsubsection ") 17) ;; ((looking-at "@unnumberedsubsubsec ") 17) ;; ((looking-at "@appendixsubsubsec ") 17) -- 2.39.5