]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-update-menu-lower-regexps):
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 11 Mar 2001 18:57:19 +0000 (18:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 11 Mar 2001 18:57:19 +0000 (18:57 +0000)
Fix the named and regexp used for subsubsections.

lisp/textmodes/texnfo-upd.el

index f964e411aa634865d8c21a487f18096bd2cb8db0..c1df0a6fca304c92c5289dbe5c11fd335af817ba 100644 (file)
@@ -1205,7 +1205,8 @@ document; the values are regular expressions.")
       "\\(^@\\("
       texinfo-subsubsection-level-regexp
       "\\)\\>[ \t]+\\)"))
-    (subsubsection . "nothing lower"))
+    ;; There's nothing below 5, use a bogus regexp that can't match.
+    (5 . "a\\(^\\)"))
   "*Regexps for searching for lower level sections in a Texinfo file.
 The keys are strings specifying the general hierarchical level in the
 document; the values are regular expressions.")