From 1ba36a3a84089d5bb6175174de01d245bd52215b Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 5 Jan 2015 11:39:38 +0000 Subject: Fix haskell invocation comand --- pghaskell/pghaskell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pghaskell') 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 '(?\` "\"" ?\$ "." -- cgit v1.2.3