changeset 7475:89ad22aef977

(texinfo-show-structure): Fix subsubsection indent amount.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 May 1994 18:04:36 +0000
parents 9fccb6828abd
children d1cbb5dd3434
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Thu May 12 17:02:15 1994 +0000
+++ b/lisp/textmodes/texinfo.el	Thu May 12 18:04:36 1994 +0000
@@ -571,7 +571,7 @@
              ;; ((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)