From 2f6a66ee1b53d093c8bbfe6534598719e4d4647f Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 27 Jun 2005 08:54:51 +0000 Subject: [PATCH] [project @ 2005-06-27 08:54:51 by simonmar] help text wibble --- 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 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" ++ -- 1.7.10.4