changeset 4980:50708e8b133b

(Man-section-regexp): Allow section names l, n, L, N.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Nov 1993 07:17:08 +0000
parents e3c47db646fd
children e7fe9ea8e81c
files lisp/man.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Thu Nov 11 05:25:09 1993 +0000
+++ b/lisp/man.el	Thu Nov 11 07:17:08 1993 +0000
@@ -188,7 +188,7 @@
 (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]"