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