aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 00:01:12 +0200
committerGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 01:23:31 +0200
commit86d22428959a0f5aecef270e0f4dd7d4b5712fc3 (patch)
tree676fe59b7644498172f96b6da605745a6bf71a13 /phox
parent3ba86af3271111cb056676c631b7caa6897e06f1 (diff)
Fix most doc issues raised by (checkdoc)
Diffstat (limited to 'phox')
-rw-r--r--phox/phox.el16
1 files changed, 13 insertions, 3 deletions
diff --git a/phox/phox.el b/phox/phox.el
index 53a82a55..4b57650a 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -1,6 +1,16 @@
-;; phox.el
+;;; phox.el --- Major mode for the PhoX proof assistant
+
+;; This file is part of Proof General.
+
+;; Copyright © 2017 Christophe Raffalli
+
+;;; Commentary:
+;;
(require 'proof-site)
+
+;;; Code:
+
(proof-ready-for-assistant 'phox)
(require 'proof)
@@ -70,7 +80,6 @@
"unfold_hyp")
)
-
;; code for sisplaying unicode borrowed from
;; Erik Parmann, Pål Drange latex-pretty-symbol
@@ -137,5 +146,6 @@ their unicode counterpart"
(add-hook 'phox-goals-mode-hook 'phox-unicode-simplified)
(add-hook 'phox-response-mode-hook 'phox-unicode-simplified)
-
(provide 'phox)
+
+;;; phox.el ends here