(Man-heading-regexp): Add `/'.
This commit is contained in:
parent
cbc9827367
commit
cfc1ba0f61
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue