From 97827acba629c50dc1e52ab1307f959bc4d13725 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 11 Jun 2015 14:03:16 -0500 Subject: [PATCH] Fix name of command in docs. --- pkgs/racket-doc/scribblings/raco/read.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/raco/read.scrbl b/pkgs/racket-doc/scribblings/raco/read.scrbl index fccbf9967b..e3479d2725 100644 --- a/pkgs/racket-doc/scribblings/raco/read.scrbl +++ b/pkgs/racket-doc/scribblings/raco/read.scrbl @@ -9,7 +9,7 @@ @; to associate `history` to the right package: @(declare-exporting compiler/commands/read) -The @exec{raco expand} command @racket[read]s and pretty-prints the +The @exec{raco read} command @racket[read]s and pretty-prints the contents of the given files. This command is useful for showing how a @tt{#reader} or @hash-lang[]-based reader extension converts input to an S-expression. It is also useful for pretty-printing a term