[commit: ghc] master: Update docs for "set prompt2" (2642fe6)
Ian Lynagh
igloo at earth.li
Tue Jun 4 22:27:49 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/2642fe6aad02c04d9ead9aa7ea70ab542f2ee7c0
>---------------------------------------------------------------
commit 2642fe6aad02c04d9ead9aa7ea70ab542f2ee7c0
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Jun 4 21:27:44 2013 +0100
Update docs for "set prompt2"
>---------------------------------------------------------------
docs/users_guide/ghci.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index 9e8abbb..66580ac 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>
More information about the ghc-commits
mailing list