aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-11 07:17:08 +0000
committerRichard M. Stallman <[email protected]>1993-11-11 07:17:08 +0000
commitf5f76002c2e2f7c5714556dd9246f39d7cfc9a9e (patch)
tree25104d4dc43ccb4e22d1f43cddefcbbbbb4eb3d3
parente6033883a5ddfe1566cf3bc400ec258a4c2c9fce (diff)
(Man-section-regexp): Allow section names l, n, L, N.
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 9c011ea7d0..709580f863 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]"