Mercurial > emacs
changeset 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 | 8bc556cbc95b |
children | 3a7458f9152d |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Thu Jan 12 21:20:46 2006 +0000 +++ b/lisp/man.el Thu Jan 12 21:22:30 2006 +0000 @@ -304,7 +304,7 @@ (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 "[/~$]"