X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fusers_guide%2Fghci.xml;h=f9efe34fa87eb5aac6e87028bb681253f5765194;hb=366e8db02ab7a5bb5316699bff397d06e47891b2;hp=749b4d60ab280e7d9895ac72ad74d232bb6cc455;hpb=f3c9971d79f573293842ac1c3b50a2f6f7a1e283;p=ghc-hetmet.git diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 749b4d6..f9efe34 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -68,7 +68,7 @@ Prelude> :show bindings show the current bindings made at the prompt :ctags [<file>] create tags file for Vi (default: "tags") - :etags [<file>] create tags file for Emacs (defauilt: "TAGS") + :etags [<file>] create tags file for Emacs (default: "TAGS") :type <expr> show the type of <expr> :kind <type> show the kind of <type> :undef <cmd> undefine user-defined command :<cmd>