From: Richard M. Stallman Date: Thu, 11 Nov 1993 07:17:08 +0000 (+0000) Subject: (Man-section-regexp): Allow section names l, n, L, N. X-Git-Tag: emacs-19.34~10871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5f76002c2e2f7c5714556dd9246f39d7cfc9a9e;p=emacs.git (Man-section-regexp): Allow section names l, n, L, N. --- 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]"