aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/setup.txt
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-14 00:06:02 +0100
committerMaxime Dénès2017-12-14 00:06:02 +0100
commit290abf59e6f13bb1468d8e3df050cf0bd9c48708 (patch)
treea61d3dce0bd34372b48668f44d280b5d886e2994 /dev/doc/setup.txt
parent7576ffd4eb196d5d5a15f6cacb2ba5cba00576ef (diff)
parentf5cb7eb3e68e4b7d1bb5eeb8d9c58666201945d4 (diff)
Merge PR #6038: [build] Remove coqmktop in favor of ocamlfind.
Diffstat (limited to 'dev/doc/setup.txt')
-rw-r--r--dev/doc/setup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/setup.txt b/dev/doc/setup.txt
index 0c6d3ee80d..26f3d0ddc7 100644
--- a/dev/doc/setup.txt
+++ b/dev/doc/setup.txt
@@ -279,7 +279,7 @@ You can load them by switching to the window holding the "ocamldebug" shell and
Some of the functions were you might want to set a breakpoint and see what happens next
---------------------------------------------------------------------------------------
-- Coqtop.start : This function is called by the code produced by "coqmktop".
+- Coqtop.start : This function is the main entry point of coqtop.
- Coqtop.parse_args : This function is responsible for parsing command-line arguments.
- Coqloop.loop : This function implements the read-eval-print loop.
- Vernacentries.interp : This function is called to execute the Vernacular command user have typed.\