Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cfc1ba0f
Commit
cfc1ba0f
authored
Jan 17, 2006
by
Juri Linkov
Browse files
(Man-heading-regexp): Add `/'.
parent
cbc98273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/man.el
lisp/man.el
+1
-1
No files found.
lisp/man.el
View file @
cfc1ba0f
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment