From 08351c1a399863c5bbb5a1f69ebffa0ae946c5d8 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 2 Oct 2009 19:45:41 +0000 Subject: [PATCH] add unsafe-fx->fl; avoid some gcc warnings svn: r16221 original commit: 01d15eb9b62e7b0499dba81c41a74d9ea33cc391 --- collects/scribblings/scribble/manual.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 7a66abbe..a62f9b34 100644 --- a/collects/scribblings/scribble/manual.scrbl +++ b/collects/scribblings/scribble/manual.scrbl @@ -164,7 +164,7 @@ hyperlinked to the module path's definition as created by @scheme[defmodule].} @defform[(schememodlink datum pre-content-expr ...)]{ -Like @scheme[schememodlink], but separating the module path to link +Like @scheme[schememod], but separating the module path to link from the content to be linked. The @scheme[datum] module path is always linked, even if it is not an identifier.}