From 8668ad695979a166e8a093f5b61bf3e9f12c97c4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 27 Mar 2021 09:02:09 -0600 Subject: [PATCH] docs: correction on `register-external-file` --- pkgs/racket-doc/scribblings/raco/make.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/make.scrbl b/pkgs/racket-doc/scribblings/raco/make.scrbl index 556ce4f3fa..abed008024 100644 --- a/pkgs/racket-doc/scribblings/raco/make.scrbl +++ b/pkgs/racket-doc/scribblings/raco/make.scrbl @@ -710,8 +710,9 @@ information, for example). [#:indirect? indirect? any/c #f]) void?]{ -Logs a message (see @racket[log-message]) at level @racket['info] to a -logger named @racket['cm-accomplice]. The message data is a +Logs a message (see @racket[log-message]) to the current logger +at level @racket['info] with the +topic @racket['cm-accomplice]. The message data is a @racketidfont{file-dependency} prefab structure type with two fields; the first field's value is @racket[file] and the second field's value is @racket[#f] (to indicate a non-module dependency). If the