(Man-file-name-regexp): Adjust for a list of files.

This commit is contained in:
Nick Roberts 2006-01-12 21:22:30 +00:00
parent d33a7384ae
commit 13780e21d6

View file

@ -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 "[/~$]"