scribble/manual: change history
sort order
Now that some entries have changes over multiple versions, a forward sort order seems better than reverse to me.
This commit is contained in:
parent
22f90ce8fe
commit
a67ecb96ab
|
@ -43,7 +43,7 @@
|
||||||
(car from))))
|
(car from))))
|
||||||
(para
|
(para
|
||||||
#:style (style "SHistory" (list scheme-properties))
|
#:style (style "SHistory" (list scheme-properties))
|
||||||
(for/list ([e (in-list (sort es (lambda (a b) (version<? b a))
|
(for/list ([e (in-list (sort es (lambda (a b) (version<? a b))
|
||||||
#:key history-entry-vers))]
|
#:key history-entry-vers))]
|
||||||
[i (in-naturals)])
|
[i (in-naturals)])
|
||||||
(define vers (history-entry-vers e))
|
(define vers (history-entry-vers e))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user