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
9533d76b
Commit
9533d76b
authored
Oct 25, 2017
by
Basil L. Contovounesios
Committed by
Noam Postavsky
Nov 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep Man sections in natural order (bug#28998)
* lisp/man.el (Man-build-section-alist): Reverse sections.
parent
d63c9a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/man.el
lisp/man.el
+2
-1
No files found.
lisp/man.el
View file @
9533d76b
...
...
@@ -1522,7 +1522,8 @@ The following key bindings are currently in effect in the buffer:
(
let
((
section
(
match-string
1
)))
(
unless
(
member
section
Man--sections
)
(
push
section
Man--sections
)))
(
forward-line
1
))))
(
forward-line
1
)))
(
setq
Man--sections
(
nreverse
Man--sections
)))
(
defsubst
Man-build-references-alist
()
"Build the list of references (in the SEE ALSO section)."
...
...
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