Skip to content

Commit 2754510

Browse files
committed
Improve interacton setup message.
1 parent fe62822 commit 2754510

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

haskell-mode.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ be set to the preferred literate style."
205205
(defun haskell-mode-enable-process-minor-mode ()
206206
"Tell the user to choose a minor mode for process interaction."
207207
(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."))
208+
(error "Run `C-h f haskell-mode` for instruction how to setup a Haskell interaction mode."))
211209

212210
(easy-menu-define haskell-mode-menu haskell-mode-map
213211
"Menu for the Haskell major mode."

0 commit comments

Comments
 (0)