summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-01-17 00:51:53 +0000
committerJuri Linkov <juri@jurta.org>2006-01-17 00:51:53 +0000
commitcfc1ba0f618c53aff30c311ea1adcff76ff7ad92 (patch)
tree62a05f12c7c041bb4da10c2ddb2adc80cd79172d /lisp/man.el
parentcbc98273670da64451e7ef7bdbb10e80d6a65f97 (diff)
downloademacs-cfc1ba0f618c53aff30c311ea1adcff76ff7ad92.tar.gz
(Man-heading-regexp): Add `/'.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index fd3f98e0dcb..acd3decdc61 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -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"