aboutsummaryrefslogtreecommitdiffhomepage
path: root/pghaskell
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2015-01-05 11:39:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2015-01-05 11:39:38 +0000
commit1ba36a3a84089d5bb6175174de01d245bd52215b (patch)
tree34d2d3de83e0e0d0b8d829fae5d79d2fb7e5292b /pghaskell
parenta7e139c5aa4b597f34d501efa283efe7732d893e (diff)
Fix haskell invocation comand
Diffstat (limited to 'pghaskell')
-rw-r--r--pghaskell/pghaskell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/pghaskell/pghaskell.el b/pghaskell/pghaskell.el
index bab762ac..f2aec426 100644
--- a/pghaskell/pghaskell.el
+++ b/pghaskell/pghaskell.el
@@ -1,4 +1,4 @@
-;; pgocaml.el - Proof General for Haskell scripts.
+;; pghaskell.el - Proof General for Haskell scripts.
;;
;; David Aspinall. $Id$
;;
@@ -33,7 +33,7 @@
proof-script-comment-end "*)"
proof-shell-annotated-prompt-regexp "^# " ;; matches interpreter prompts
- ;; Syntax table suitable for OCaml; see Elisp documentation of `modify-syntax-entry'
+ ;; Syntax table suitable for Haskell; see Elisp documentation of `modify-syntax-entry'
proof-script-syntax-table-entries
'(?\` "\""
?\$ "."