diff options
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index d283acdc1e..6907b1a652 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -380,8 +380,8 @@ It is developed using Objective Caml and Camlp5.") (zero? (apply system* "make" "install-doc" make-flags))))))) (home-page "http://proofgeneral.inf.ed.ac.uk/") - (description "Generic front-end for proof assistants based on Emacs") - (synopsis + (synopsis "Generic front-end for proof assistants based on Emacs") + (description "Proof General is a major mode to turn Emacs into an interactive proof assistant to write formal mathematical proofs using a variety of theorem provers.") |