(Man-heading-regexp): Add `/'.

This commit is contained in:
Juri Linkov 2006-01-17 00:51:53 +00:00
parent cbc9827367
commit cfc1ba0f61

View file

@ -274,7 +274,7 @@ the associated section number."
"(\\(" Man-section-regexp "\\))\\).*\\1"))
"Regular expression describing the heading of a page.")
(defvar Man-heading-regexp "^\\([A-Z][A-Z -]+\\)$"
(defvar Man-heading-regexp "^\\([A-Z][A-Z /-]+\\)$"
"Regular expression describing a manpage heading entry.")
(defvar Man-see-also-regexp "SEE ALSO"