Mercurial > emacs
changeset 67300:d939be43ae67
(Man-section-regexp): Add 0-9 to support "3X11" sections.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 04 Dec 2005 02:43:42 +0000 |
parents | 8aa8220db142 |
children | d10a9aa5533f |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Sun Dec 04 02:42:29 2005 +0000 +++ b/lisp/man.el Sun Dec 04 02:43:42 2005 +0000 @@ -262,7 +262,7 @@ (defvar Man-name-regexp "[-a-zA-Z0-9_+][-a-zA-Z0-9_.:+]*" "Regular expression describing the name of a manpage (without section).") -(defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]" +(defvar Man-section-regexp "[0-9][a-zA-Z0-9+]*\\|[LNln]" "Regular expression describing a manpage section within parentheses.") (defvar Man-page-header-regexp