aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
274 "(\\(" Man-section-regexp "\\))\\).*\\1")) 274 "(\\(" Man-section-regexp "\\))\\).*\\1"))
275 "Regular expression describing the heading of a page.") 275 "Regular expression describing the heading of a page.")
276 276
277(defvar Man-heading-regexp "^\\([A-Z][A-Z -]+\\)$" 277(defvar Man-heading-regexp "^\\([A-Z][A-Z /-]+\\)$"
278 "Regular expression describing a manpage heading entry.") 278 "Regular expression describing a manpage heading entry.")
279 279
280(defvar Man-see-also-regexp "SEE ALSO" 280(defvar Man-see-also-regexp "SEE ALSO"