aboutsummaryrefslogtreecommitdiffhomepage
path: root/pghaskell/pghaskell.el
diff options
context:
space:
mode:
Diffstat (limited to 'pghaskell/pghaskell.el')
-rw-r--r--pghaskell/pghaskell.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/pghaskell/pghaskell.el b/pghaskell/pghaskell.el
index 5a92256b..bab762ac 100644
--- a/pghaskell/pghaskell.el
+++ b/pghaskell/pghaskell.el
@@ -14,7 +14,7 @@
;;
;; M-x pghaskell-mode
;;
-;; in an ordinary .ml file. (Check that you have enabled the instance
+;; in an ordinary .h file. (Check that you have enabled the instance
;; in proof-site.el).
;;
@@ -22,10 +22,12 @@
(require 'proof-easy-config)
(require 'proof-syntax)
-(proof-easy-config 'pgocaml "PG-OCaml"
+(proof-easy-config 'pghaskell "PG-Haskell"
proof-prog-name "ghci"
-;; BELOW HERE TODO TODO
+
+;; BELOW HERE TO COMPLETE
+
proof-terminal-string ";;"
proof-script-comment-start "(*"
proof-script-comment-end "*)"