Skip to content

Commit 8402caa

Browse files
committed
Remove inconsistent docstring, point users at the source of truth
Fixes #1763
1 parent 0b89979 commit 8402caa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

haskell-customize.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Used for locating additional package data files.")
5050

5151
(defcustom haskell-process-type
5252
'auto
53-
"The inferior Haskell process type to use: ghci, stack, cabal, or auto.
53+
"The inferior Haskell process type to use.
54+
55+
Customize this variable to see the supported symbol values.
5456
5557
When set to 'auto (the default), the directory contents and
5658
available programs will be used to make a best guess at the

0 commit comments

Comments
 (0)