svn: r2977

This commit is contained in:
Eli Barzilay 2006-05-18 20:39:48 +00:00
parent 132ff42a1a
commit 9308330047

View File

@ -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]))))