diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-04 21:27:44 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-04 21:27:44 +0100 |
commit | 2642fe6aad02c04d9ead9aa7ea70ab542f2ee7c0 (patch) | |
tree | 1900b39cb80cc5c2a30d87d49fd05f4459335dc8 /docs | |
parent | d43d63f50f7359f30bc65af3d286042dd4dd1c1d (diff) | |
download | haskell-2642fe6aad02c04d9ead9aa7ea70ab542f2ee7c0.tar.gz |
Update docs for "set prompt2"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghci.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 9e8abbb38a..66580acbc5 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -2709,6 +2709,16 @@ bar <varlistentry> <term> + <literal>:set</literal> <literal>prompt2</literal> <replaceable>prompt</replaceable> + </term> + <listitem> + <para>Sets the string to be used as the continuation prompt + (used when using the <literal>:{</literal> command) in GHCi.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <literal>:set</literal> <literal>stop</literal> [<replaceable>num</replaceable>] <replaceable>cmd</replaceable> </term> |