We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe62822 commit 2754510Copy full SHA for 2754510
haskell-mode.el
@@ -205,9 +205,7 @@ be set to the preferred literate style."
205
(defun haskell-mode-enable-process-minor-mode ()
206
"Tell the user to choose a minor mode for process interaction."
207
(interactive)
208
- (error "You tried to do an interaction command, but an interaction mode has not been enabled yet.
209
-
210
-Run M-x describe-variable haskell-mode-hook for a list of such modes."))
+ (error "Run `C-h f haskell-mode` for instruction how to setup a Haskell interaction mode."))
211
212
(easy-menu-define haskell-mode-menu haskell-mode-map
213
"Menu for the Haskell major mode."
0 commit comments