]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-section-regexp): Allow section names l, n, L, N.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Nov 1993 07:17:08 +0000 (07:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Nov 1993 07:17:08 +0000 (07:17 +0000)
lisp/man.el

index 9c011ea7d0c50395c526c8572b1805e442eb6fab..709580f8636adcdecdc7fb6686dc6d827e4586fc 100644 (file)
@@ -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]"