aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2004-03-10 00:42:39 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2004-03-10 00:42:39 +0000
commitaa621a47a220d344a2cb88e7a126e99038ca3fb7 (patch)
tree3e672aaa3d322ca4a7b9e741dfd07a4ee1878d94 /generic
parent8d337f3c87976b2254531186cda2cbe0844bd727 (diff)
slight modif of holes short doc.
Diffstat (limited to 'generic')
-rw-r--r--generic/holes.el15
1 files changed, 5 insertions, 10 deletions
diff --git a/generic/holes.el b/generic/holes.el
index 3481ad04..b1594464 100644
--- a/generic/holes.el
+++ b/generic/holes.el
@@ -63,12 +63,6 @@ TO ACTIVATE A HOLE, click on it with the button 1 of your mouse. You
can also hit meta-space, it will activate the first hole following the
point. The previous active hole will be deactivated.
-TO JUMP TO THE ACTIVE HOLE, just hit meta-return. You must be in the
-buffer containing the active hole. the point will move to the active
-hole, and the active hole will be destroyed so you can type something
-to put at its place. The following hole is automatically made active,
-so you can hit meta-return again.
-
TO FORGET A HOLE without deleting its text, click on it with the
button 2 (middle) of your mouse.
@@ -89,10 +83,11 @@ After replacement the next hole is automatically made active so you
can fill it immediately by hitting again ctrl-meta-y or ctrl + meta +
shift + mouse select.
-TO MOVE TO THE ACTIVE HOLE, hit meta-return, it will move to the
-active hole, destroy it (allowing you to type its replacement) and
-make the next hole active so you can hit meta-return again once you
-have filled the current one.
+TO JUMP TO THE ACTIVE HOLE, just hit meta-return. You must be in the
+buffer containing the active hole. the point will move to the active
+hole, and the active hole will be destroyed so you can type something
+to put at its place. The following hole is automatically made active,
+so you can hit meta-return again.
It is useful in combination with abbreviations. For example in
coq-mode \"f\" is an abbreviation for Fixpoint # (# : #) {struct #} :