From f5f76002c2e2f7c5714556dd9246f39d7cfc9a9e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 11 Nov 1993 07:17:08 +0000 Subject: [PATCH] (Man-section-regexp): Allow section names l, n, L, N. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index 9c011ea7d0c..709580f8636 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -188,7 +188,7 @@ the manpage buffer.") (defvar Man-mode-hooks nil "*Hooks for Man mode.") -(defvar Man-section-regexp "[0-9][a-zA-Z+]*" +(defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]" "*Regular expression describing a manpage section within parentheses.") (defvar Man-heading-regexp "^ ?[A-Z]" -- 2.39.5