Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2ba257e1
Commit
2ba257e1
authored
Nov 30, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Man-build-section-alist): Remove last Man-match-substring.
parent
f48b59a2
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 @
2ba257e1
...
...
@@ -867,7 +867,7 @@ The following key bindings are currently in effect in the buffer:
(
goto-char
(
point-min
))
(
let
((
case-fold-search
nil
))
(
while
(
re-search-forward
Man-heading-regexp
(
point-max
)
t
)
(
aput
'Man-sections-alist
(
Man-
match-
sub
string
1
))
(
aput
'Man-sections-alist
(
match-string
1
))
(
forward-line
1
))))
(
defsubst
Man-build-references-alist
()
...
...
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