diff options
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -219,7 +219,10 @@ On Windows you might need something like: (eval-and-compile (define-derived-mode coq-mode proof-mode - "coq" nil + "coq" + "Major mode for Coq scripts. + +\\{coq-mode-map}" (coq-mode-config))) (eval-and-compile |
