summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-01-09 09:29:42 +0000
committerSimon Marlow <marlowsd@gmail.com>2013-01-09 12:11:26 +0000
commitf838d2f3d4ee8876647f190da3b2c858c6a669d4 (patch)
treec49874576f8a42bec866a8793a1faade79af53da /docs/users_guide
parent41e9276f2574124a6be8b080966a5c86ca2d5df5 (diff)
downloadhaskell-f838d2f3d4ee8876647f190da3b2c858c6a669d4.tar.gz
add docs for ":showi language" (#7501)
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/ghci.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index f3e93a3ce5..93ab62bf29 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -2808,11 +2808,22 @@ bar
<varlistentry>
<term>
- <literal>:show languages</literal>
- <indexterm><primary><literal>:show languages</literal></primary></indexterm>
+ <literal>:show language</literal>
+ <indexterm><primary><literal>:show language</literal></primary></indexterm>
</term>
<listitem>
- <para>Show the currently active language flags.</para>
+ <para>Show the currently active language flags for source files.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ <literal>:showi language</literal>
+ <indexterm><primary><literal>:showi language</literal></primary></indexterm>
+ </term>
+ <listitem>
+ <para>Show the currently active language flags for
+ expressions typed at the prompt (see also <literal>:seti</literal>).</para>
</listitem>
</varlistentry>