From: simonmar Date: Thu, 15 Mar 2001 11:23:19 +0000 (+0000) Subject: [project @ 2001-03-15 11:23:19 by simonmar] X-Git-Tag: Approximately_9120_patches~2401 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=902d61ca3610bba014aa6a5707f72e08f992a716;p=ghc-hetmet.git [project @ 2001-03-15 11:23:19 by simonmar] clean up, implement ~-expansion for :cd. --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 1c5c53d..7987405 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.54 2001/03/12 14:06:46 simonpj Exp $ +-- $Id: InteractiveUI.hs,v 1.55 2001/03/15 11:23:19 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -82,26 +82,27 @@ helpText = "\ \ Commands available from the prompt:\n\ \\ \ evaluate/run \n\ -\ :add add a module to the current set\n\ \ :cd change directory to \n\ +\ :def define a macro :\n\ \ :help, :? display this list of commands\n\ \ :load load a module (and it dependents)\n\ \ :module set the context for expression evaluation to \n\ \ :reload reload the current module set\n\ \ :set