Ambiguities are now allowed in ghci command names
authorIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 22:21:15 +0000 (22:21 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 22:21:15 +0000 (22:21 +0000)
docs/users_guide/ghci.xml

index e79fb46..26efdee 100644 (file)
@@ -873,10 +873,8 @@ $ ghci -lm
     <para>GHCi commands all begin with
     &lsquo;<literal>:</literal>&rsquo; and consist of a single command
     name followed by zero or more parameters.  The command name may be
-    abbreviated, as long as the abbreviation is not ambiguous.  All of
-    the builtin commands, with the exception of
-    <literal>:unset</literal> and <literal>:undef</literal>, may be
-    abbreviated to a single letter.</para>
+    abbreviated, with ambiguities being resolved in favour of the more
+    commonly used commands.</para>
 
     <variablelist>
       <varlistentry>