From 6493a502c081fab190e81d27a40639aedc547af8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 19 Jan 2017 18:30:42 -0800 Subject: [PATCH] use `deftech` rather than `emph` --- pkgs/racket-doc/scribblings/guide/hash-languages.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/hash-languages.scrbl b/pkgs/racket-doc/scribblings/guide/hash-languages.scrbl index 40d17360b9..74b166b349 100644 --- a/pkgs/racket-doc/scribblings/guide/hash-languages.scrbl +++ b/pkgs/racket-doc/scribblings/guide/hash-languages.scrbl @@ -365,7 +365,7 @@ a module written in that language is run directly with @exec{racket} (as opposed to being imported into another module). One example is result-printing style (as shown above). Another example is REPL behavior. These features are part of what's called the -@emph{run-time configuration} of a language. +@deftech{run-time configuration} of a language. Unlike the syntax-coloring property of a language (as described in @secref["language-get-info"]), the run-time configuration is a