Fix some text in the GHCi help message that was going over 80 columns
authorPepe Iborra <mnislaih@gmail.com>
Thu, 11 Jan 2007 11:17:42 +0000 (11:17 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Thu, 11 Jan 2007 11:17:42 +0000 (11:17 +0000)
compiler/ghci/InteractiveUI.hs

index daf1185..3fbdcbe 100644 (file)
@@ -175,7 +175,7 @@ helpText =
  "   :help, :?                   display this list of commands\n" ++
  "   :info [<name> ...]          display information about the given names\n" ++
  "   :print [<name> ...]         prints a value without forcing its computation\n" ++
- "   :sprint [<name> ...]        prints a value without forcing its computation(simpler)\n" ++
+ "   :sprint [<name> ...]        simplified version of :print\n" ++
  "   :load <filename> ...        load module(s) and their dependents\n" ++
  "   :module [+/-] [*]<mod> ...  set the context for expression evaluation\n" ++
  "   :main [<arguments> ...]     run the main function with the given arguments\n" ++