From: simonmar Date: Mon, 27 Jun 2005 08:54:51 +0000 (+0000) Subject: [project @ 2005-06-27 08:54:51 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~410 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2f6a66ee1b53d093c8bbfe6534598719e4d4647f;p=ghc-hetmet.git [project @ 2005-06-27 08:54:51 by simonmar] help text wibble --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index eff766c..2e02c00 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -146,7 +146,7 @@ helpText = " :show modules show the currently loaded modules\n" ++ " :show bindings show the current bindings made at the prompt\n" ++ "\n" ++ - " :ctags [] create tags file for Vi (default: \"tags\")\n" ++ + " :ctags [] create tags file for Vi (default: \"tags\")\n" ++ " :etags [] create tags file for Emacs (defauilt: \"TAGS\")\n" ++ " :type show the type of \n" ++ " :kind show the kind of \n" ++