From: Simon Marlow Date: Sat, 28 Mar 2009 21:15:18 +0000 (+0000) Subject: fix typo X-Git-Tag: 2009-06-25~185 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=058b5c20ba7bb3adc4f130ff24893c13941eca4d fix typo --- diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index f769d28..8b87620 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -120,7 +120,7 @@ module X where Most non-mode flags fall into this category. A dynamic flag may be used on the command line, in a - GHC_OPTIONS pragma in a source file, or set + OPTIONS_GHC pragma in a source file, or set using :set in GHCi.