From: simonmar Date: Wed, 15 Aug 2001 14:41:49 +0000 (+0000) Subject: [project @ 2001-08-15 14:41:49 by simonmar] X-Git-Tag: Approximately_9120_patches~1227 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2ba5597f143dd581027ac4903b49d8cdd1cc25f2;p=ghc-hetmet.git [project @ 2001-08-15 14:41:49 by simonmar] correct the help information about :info --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index f75c672..9d6f6a1 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.86 2001/08/15 14:40:24 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.87 2001/08/15 14:41:49 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -101,8 +101,7 @@ helpText = "\ \ :cd change directory to \n\ \ :def define a command :\n\ \ :help, :? display this list of commands\n\ -\ :info [ ...] display information about the given names, or\n\ -\ about currently loaded files if no names given\n\ +\ :info [ ...] display information about the given names\n\ \ :load ... load module(s) and their dependents\n\ \ :module set the context for expression evaluation to \n\ \ :reload reload the current module set\n\