aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-02-22 14:22:36 +0000
committerDavid Aspinall1999-02-22 14:22:36 +0000
commit7039d8b507622f0fda2fe6b72dab2b35c123f9ac (patch)
tree8033b9b813a54e6e7d7ed8148f3763c28e686f80
parent995b524cb9a0912be900d24a3bf22e25848f6275 (diff)
Coq section on tags improved to mention coqtags.
-rw-r--r--doc/ProofGeneral.texi18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 8bdbe9f0..755e009e 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -1853,12 +1853,13 @@ Refine
@node LEGO tags
@section LEGO tags
-The LEGO Proof General provides the program @file{legotags} to generate
-tags for LEGO proof scripts. Invoking @samp{legotags *.l} produces a
-file @file{TAGS} for all LEGO modules in the current directory
-@footnote{You might want to ask your local system administrator to tag
-the directories @file{lib_Prop}, @file{lib_Type} and @file{lib_TYPE} of
-the LEGO library.}.
+LEGO Proof General provides the program @file{legotags} to generate tags
+for LEGO proof scripts. Invoking @samp{legotags *.l} produces a file
+@file{TAGS} for all LEGO modules in the current directory @footnote{You
+might want to ask your local system administrator to tag the directories
+@file{lib_Prop}, @file{lib_Type} and @file{lib_TYPE} of the LEGO
+library.}.
+
See @ref{Support for tags} for further details on tags.
@@ -1934,7 +1935,10 @@ the @code{Search} command of Coq.
@section Coq tags
@c could be generic
-Coq tags work as in LEGO, @xref{LEGO tags}.
+Coq Proof General provides the program @file{coqtags} to generate tags
+for Coq proof scripts.
+
+See @ref{Support for tags} for further details on tags.
@node Editing multiple proofs
@section Editing multiple proofs