diff options
author | Ian Lynagh <igloo@earth.li> | 2006-09-03 21:03:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-09-03 21:03:49 +0000 |
commit | b02735551ba8e60a0be2d1a4f9b91564763cc759 (patch) | |
tree | 2992cf80aec769932b8cf6f30b49841c689afecd | |
parent | 4f8a5d3cffccf92f7e93e9d5fd73121b41d1240a (diff) | |
download | haskell-b02735551ba8e60a0be2d1a4f9b91564763cc759.tar.gz |
Remove a tab causing ghci's :? alignment to go wrong
-rw-r--r-- | compiler/ghci/InteractiveUI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index cac385b055..5a54af2ca0 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -174,7 +174,7 @@ helpText = " :show bindings show the current bindings made at the prompt\n" ++ "\n" ++ " :ctags [<file>] create tags file for Vi (default: \"tags\")\n" ++ - " :etags [<file>] create tags file for Emacs (defauilt: \"TAGS\")\n" ++ + " :etags [<file>] create tags file for Emacs (defauilt: \"TAGS\")\n" ++ " :type <expr> show the type of <expr>\n" ++ " :kind <type> show the kind of <type>\n" ++ " :undef <cmd> undefine user-defined command :<cmd>\n" ++ |