summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-04 21:27:44 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-04 21:27:44 +0100
commit2642fe6aad02c04d9ead9aa7ea70ab542f2ee7c0 (patch)
tree1900b39cb80cc5c2a30d87d49fd05f4459335dc8 /docs
parentd43d63f50f7359f30bc65af3d286042dd4dd1c1d (diff)
downloadhaskell-2642fe6aad02c04d9ead9aa7ea70ab542f2ee7c0.tar.gz
Update docs for "set prompt2"
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ghci.xml10
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>