comparison lisp/man.el @ 68151:8d679b71e742

(Man-file-name-regexp): Adjust for a list of files.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 12 Jan 2006 21:22:30 +0000
parents d939be43ae67
children c18c4be711f4 7beb78bc1f8e
comparison
equal deleted inserted replaced
68150:8bc556cbc95b 68151:8d679b71e742
302 This regexp should not start with a `^' character.") 302 This regexp should not start with a `^' character.")
303 303
304 (defvar Man-include-regexp "#[ \t]*include[ \t]*" 304 (defvar Man-include-regexp "#[ \t]*include[ \t]*"
305 "Regular expression describing the #include (directive of cpp).") 305 "Regular expression describing the #include (directive of cpp).")
306 306
307 (defvar Man-file-name-regexp "[^<>\" \t\n]+" 307 (defvar Man-file-name-regexp "[^<>\", \t\n]+"
308 "Regular expression describing <> in #include line (directive of cpp).") 308 "Regular expression describing <> in #include line (directive of cpp).")
309 309
310 (defvar Man-normal-file-prefix-regexp "[/~$]" 310 (defvar Man-normal-file-prefix-regexp "[/~$]"
311 "Regular expression describing a file path appeared in FILES section.") 311 "Regular expression describing a file path appeared in FILES section.")
312 312