From a984292056cb55ba9ece132ebd2effefe9e5fb14 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 13 Jun 2005 14:16:03 +0000 Subject: [PATCH] [project @ 2005-06-13 14:16:03 by simonmar] fix layout in the help text --- ghc/compiler/ghci/InteractiveUI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ++ -- 1.7.10.4