aboutsummaryrefslogtreecommitdiff
path: root/isar/isar-autotest.el
diff options
context:
space:
mode:
authorDavid Aspinall2007-02-28 12:16:12 +0000
committerDavid Aspinall2007-02-28 12:16:12 +0000
commit5a01980a73b57b0d3ede522fa2a6fc931ccd0cdb (patch)
tree80133f8e9e0418414ebcf9df46c7a6d14d1362bd /isar/isar-autotest.el
parent15045a394f2b374ffe3e687db3d0ee4de3848ee6 (diff)
Fix comment
Diffstat (limited to 'isar/isar-autotest.el')
-rw-r--r--isar/isar-autotest.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/isar-autotest.el b/isar/isar-autotest.el
index 5cd5b2b8..b20dc1ae 100644
--- a/isar/isar-autotest.el
+++ b/isar/isar-autotest.el
@@ -1,6 +1,6 @@
;; isar-autotest.el: tests of Isar Proof General.
;;
-;; You can run these by issuing "make devel.test.isar" in PG home dir.
+;; You can run these by issuing "make test.isar" in PG home dir.
;;
;; $Id$
;;
@@ -8,7 +8,7 @@
(require 'pg-autotest)
;; The included test files
-(pg-autotest message "Testing standard Example.thy, Example-Xsym.thy")
+(pg-autotest message "Testing standard Example.thy, Example-Xsym.thy")
(pg-autotest script-wholefile "isar/Example.thy")
(pg-autotest script-wholefile "isar/Example-Xsym.thy")