aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-29 15:53:00 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-29 15:53:00 +0000
commitf9eed8fe55720eaac6177447cee990aab1afaa18 (patch)
treeb01fa3f5dee79ce2e6866d668c6dcabcab960372 /doc
parentced3a1af33d898664d55671ab4c713d738a33921 (diff)
Updated with new keybindings for Coq, Lego.
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index da2d7091..abddac3d 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -2982,11 +2982,11 @@ common commands:
@kindex C-c I
@kindex C-c R
@table @kbd
-@item C-c a i
+@item C-c C-a C-i
intros
-@item C-c a I
+@item C-c C-a C-I
Intros
-@item C-c a R
+@item C-c C-a C-R
Refine
@end table
@@ -3051,14 +3051,16 @@ but does not have integrated file management or proof-by-pointing yet.
Coq Proof General supplies the following key-bindings:
@table @kbd
-@item C-c a i
+@item C-c C-a C-i
Inserts ``Intros ''
-@item C-c a a
+@item C-c C-a C-a
Inserts ``Apply ''
-@item C-c a s
+@item C-c C-a C-s
Inserts ``Section ''
-@item C-c a e
+@item C-c C-a C-e
Inserts ``End <section-name>.'' (this should work well with nested sections).
+@item C-c C-a C-o
+Prompts for a SearchIsos argument.
@end table
@node Editing multiple proofs