From 930833004769c8a6098e98e75e3680fe77ed8011 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 18 May 2006 20:39:48 +0000 Subject: [PATCH] svn: r2977 --- collects/help/private/get-help-url.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/help/private/get-help-url.ss b/collects/help/private/get-help-url.ss index c55f76b72f..1aca6ca1e4 100644 --- a/collects/help/private/get-help-url.ss +++ b/collects/help/private/get-help-url.ss @@ -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])))) \ No newline at end of file + [else #f]))))