From 7edaf9b1cc5961d76fa2f8238ae3b38f01e7eca8 Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 21 Jul 2014 08:45:05 -0700 Subject: [PATCH] boldface for performance note --- .../racket-doc/scribblings/guide/performance.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/performance.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/performance.scrbl index 26418eaed7..037dea2b2c 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/performance.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/performance.scrbl @@ -39,8 +39,8 @@ Even so, DrRacket and programs developed within DrRacket use the same Racket virtual machine, so garbage collection times (see @secref["gc-perf"]) may be longer in DrRacket than when a program is run by itself, and DrRacket threads may impede execution of program -threads. For the most reliable timing results for a program, run in -plain @exec{racket} instead of in the DrRacket development environment. +threads. @bold{For the most reliable timing results for a program, run in +plain @exec{racket} instead of in the DrRacket development environment.} Non-interactive mode should be used instead of the @tech["REPL"] to benefit from the module system. See @secref["modules-performance"] for details.