From: simonmar Date: Mon, 13 Jun 2005 14:16:03 +0000 (+0000) Subject: [project @ 2005-06-13 14:16:03 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~433 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a984292056cb55ba9ece132ebd2effefe9e5fb14;p=ghc-hetmet.git [project @ 2005-06-13 14:16:03 by simonmar] fix layout in the help text --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 5f74551..0b617dd 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -153,7 +153,7 @@ helpText = " :show modules show the currently loaded modules\n" ++ " :show bindings show the current bindings made at the prompt\n" ++ "\n" ++ - " :tags -e|-c create tags file for Vi (-c) or Emacs (-e)\n" ++ + " :tags -e|-c create tags file for Vi (-c) or Emacs (-e)\n" ++ " :type show the type of \n" ++ " :kind show the kind of \n" ++ " :undef undefine user-defined command :\n" ++