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. original commit: a67ecb96ab18a54dff75f06a737c492ba92943a4
This commit is contained in:
parent
271ec59ad2
commit
36df8c0c56
|
@ -43,7 +43,7 @@
|
|||
(car from))))
|
||||
(para
|
||||
#: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))]
|
||||
[i (in-naturals)])
|
||||
(define vers (history-entry-vers e))
|
||||
|
|
Loading…
Reference in New Issue
Block a user