From f838d2f3d4ee8876647f190da3b2c858c6a669d4 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 9 Jan 2013 09:29:42 +0000 Subject: add docs for ":showi language" (#7501) --- docs/users_guide/ghci.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'docs/users_guide') 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 - :show languages - :show languages + :show language + :show language - Show the currently active language flags. + Show the currently active language flags for source files. + + + + + + :showi language + :showi language + + + Show the currently active language flags for + expressions typed at the prompt (see also :seti). -- cgit v1.2.1