aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-02-17 13:12:24 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-02-17 13:12:24 +0000
commitfaf3c6eebb2db3f6ced7f9a72a78a7312eb6706b (patch)
treefeabcb6d0287cea4c7b8d9ad603a51eff2155af5 /phox
parentfd4a08ad2e92eb8834d311d408c04e7c02e5542d (diff)
Docstring with keymap
Diffstat (limited to 'phox')
-rw-r--r--phox/phox.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/phox/phox.el b/phox/phox.el
index a26f0105..7f54c5a8 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -176,7 +176,10 @@
;; <mode>-config-done function to complete configuration.
(define-derived-mode phox-mode proof-mode
- "PhoX script" nil
+ "PhoX script"
+ "Major mode for PhoX proofs.
+
+\\{phox-mode-map}"
(phox-config)
(proof-config-done)
(phox-setup-outline)