(Man-name-regexp): Match + as part of name.
This commit is contained in:
parent
0f7df53513
commit
50099a09c1
1 changed files with 1 additions and 1 deletions
|
@ -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]"
|
||||
|
|
Loading…
Add table
Reference in a new issue