From: simonmar Date: Sun, 25 Mar 2001 13:29:54 +0000 (+0000) Subject: [project @ 2001-03-25 13:29:54 by simonmar] X-Git-Tag: Approximately_9120_patches~2317 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ddcc9f70fa1ddfc9cd7592f6640138979307d4e;p=ghc-hetmet.git [project @ 2001-03-25 13:29:54 by simonmar] - include :undef in the :help message - don't read ./.ghci if it is the same file as $HOME/.ghci --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 58266f5..bb696c8 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.56 2001/03/23 12:12:18 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.57 2001/03/25 13:29:54 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -83,12 +83,13 @@ helpText = "\ \\ \ evaluate/run \n\ \ :cd change directory to \n\ -\ :def define a macro :\n\ +\ :def define a command :\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