(Man-file-name-regexp): Adjust for a list of files.
This commit is contained in:
parent
d33a7384ae
commit
13780e21d6
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ This regexp should not start with a `^' character.")
|
|||
(defvar Man-include-regexp "#[ \t]*include[ \t]*"
|
||||
"Regular expression describing the #include (directive of cpp).")
|
||||
|
||||
(defvar Man-file-name-regexp "[^<>\" \t\n]+"
|
||||
(defvar Man-file-name-regexp "[^<>\", \t\n]+"
|
||||
"Regular expression describing <> in #include line (directive of cpp).")
|
||||
|
||||
(defvar Man-normal-file-prefix-regexp "[/~$]"
|
||||
|
|
Loading…
Add table
Reference in a new issue