svn: r2977
This commit is contained in:
parent
132ff42a1a
commit
9308330047
|
@ -15,7 +15,7 @@
|
|||
. opt-> . string?)))
|
||||
|
||||
; given a manual path, convert to absolute Web path
|
||||
; manual path is an anchored path to a collects/doc manual, never a servlet
|
||||
; manual path is an anchored path to a doc manual, never a servlet
|
||||
(define get-help-url
|
||||
(opt-lambda (manual-path [anchor #f])
|
||||
(let ([segments (explode-path (normalize-path manual-path))])
|
||||
|
@ -63,4 +63,4 @@
|
|||
[(null? long) #f]
|
||||
[(equal? (car short) (car long))
|
||||
(loop (cdr short) (cdr long))]
|
||||
[else #f]))))
|
||||
[else #f]))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user