From 426b9e61dfa26ff086bc0195a8c5c0d2700c315e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 4 Nov 2008 09:29:29 +0000 Subject: [PATCH] fix the :help docs for :set stop (#2737) --- compiler/ghci/InteractiveUI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 4db8900..4fdf949 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -255,7 +255,7 @@ helpText = " :set prog set the value returned by System.getProgName\n" ++ " :set prompt set the prompt used in GHCi\n" ++ " :set editor set the command used for :edit\n" ++ - " :set stop set the command to run when a breakpoint is hit\n" ++ + " :set stop [] set the command to run when a breakpoint is hit\n" ++ " :unset