From 40153a944e75f80ac74b9d1279dc3e8347846777 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 11 Mar 2001 18:57:19 +0000 Subject: [PATCH] (texinfo-update-menu-lower-regexps): Fix the named and regexp used for subsubsections. --- lisp/textmodes/texnfo-upd.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index f964e411aa6..c1df0a6fca3 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -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.") -- 2.39.5