Fix typo
authorIan Lynagh <igloo@earth.li>
Tue, 22 Aug 2006 16:33:00 +0000 (16:33 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 22 Aug 2006 16:33:00 +0000 (16:33 +0000)
docs/users_guide/ghci.xml

index 1736757..de06cb4 100644 (file)
@@ -65,7 +65,7 @@ Prelude>
    :show bindings             show the current bindings made at the prompt
 
    :ctags [&lt;file&gt;]            create tags file for Vi (default: "tags")
    :show bindings             show the current bindings made at the prompt
 
    :ctags [&lt;file&gt;]            create tags file for Vi (default: "tags")
-   :etags [&lt;file&gt;]            create tags file for Emacs (defauilt: "TAGS")
+   :etags [&lt;file&gt;]            create tags file for Emacs (default: "TAGS")
    :type &lt;expr&gt;               show the type of &lt;expr&gt;
    :kind &lt;type&gt;               show the kind of &lt;type&gt;
    :undef &lt;cmd&gt;               undefine user-defined command :&lt;cmd&gt;
    :type &lt;expr&gt;               show the type of &lt;expr&gt;
    :kind &lt;type&gt;               show the kind of &lt;type&gt;
    :undef &lt;cmd&gt;               undefine user-defined command :&lt;cmd&gt;