(Man-name-regexp): Match + as part of name.

This commit is contained in:
Richard M. Stallman 2003-07-07 21:01:55 +00:00
parent 0f7df53513
commit 50099a09c1

View file

@ -241,7 +241,7 @@ the associated section number."
(defvar Man-cooked-hook nil
"Hook run after removing backspaces but before `Man-mode' processing.")
(defvar Man-name-regexp "[-a-zA-Z0-9_­][-a-zA-Z0-9_.­]*"
(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]"