aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Loiseleur1999-06-14 15:26:46 +0000
committerPatrick Loiseleur1999-06-14 15:26:46 +0000
commit3994c276922f94f34943db938423c40a05b4d9da (patch)
treeecf12f8b38e626db2bbde00e9ed23d7f3bd040bc
parentc59fd31d970eef91aee829a28f01d7642f091e86 (diff)
Added coq-begin-Section and coq-end-Section
-rw-r--r--doc/ProofGeneral.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 76640043..44692af8 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -1,3 +1,4 @@
+
\input texinfo @c -*-texinfo-*-
@c
@c $Id$
@@ -1929,6 +1930,8 @@ General.
@kindex C-c C-s
@kindex C-c I
@kindex C-c a
+@kindex C-c s
+@Kindex C-c e
Coq Proof General supplies the following key-bindings:
@table @kbd
@@ -1939,6 +1942,11 @@ Inserts ``Apply '' into proof buffer.
@item C-c C-s
Runs Coq's search utility on a user-provided string, using
the @code{Search} command of Coq.
+@item C-c s
+Inserts ``Section '' into proof buffer
+@item C-c e
+Closes the current section by inserting ``End <section-name>.''. (this
+should work well with nested sections).
@end table
@node Editing multiple proofs