aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2004-02-19 09:40:01 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2004-02-19 09:40:01 +0000
commitb3311260c5fc24d7e8adfaa2617e0fd05d325122 (patch)
tree649b3a1f468b2a8469e1b9e7269147f33e16b8ef /generic
parentc02a7c93c801487a3f283ee1bbaf0e85b6f6006b (diff)
added some words to hole short doc
Diffstat (limited to 'generic')
-rw-r--r--generic/holes.el16
1 files changed, 12 insertions, 4 deletions
diff --git a/generic/holes.el b/generic/holes.el
index ed007c19..6954eaa9 100644
--- a/generic/holes.el
+++ b/generic/holes.el
@@ -27,7 +27,15 @@
(switch-to-buffer-other-window "*doc holes*")
(insert "
- HOLES
+The highlighted # in your buffer are \"holes\", a powerful feature for
+program editing. the character '#' is inserted to make empty holes
+visible. If you don't replace \"#\"s by something else (see below), it
+will be saved in the buffer's file. Highlighting of holes is made
+without any interaction with the buffer's file. to delete a hole,
+click with button 3 of your mouse. See the short documentation below
+to learn how to use holes.
+
+ HOLES
Holes are inspired from other interactive programs ( Pcoq ). It
@@ -37,7 +45,7 @@ later. This feature is useful to build complicated expressions by
copy pasting several peaces of text from different parts of a
buffer (even from different buffers).
- USE
+ USE
Holes are highlighted, there is always one or zero active hole,
highlighted with a different color.
@@ -84,7 +92,7 @@ Fixpoint # (# : #) {struct #} : # := #, where each # is a hole then
hitting meta-return goes from one hole to the following and you can
fill-in each hole very quickly.
- BUGS
+ BUGS
o replace holes with mouse in fsf emacs works but it seems that one
more click is needed to really see the replacement
@@ -98,7 +106,7 @@ will, but if you copy paste the active hole, you will get several
holes highlighted as the active one (whereas only one of them really
is), which is annoying.
- o tell me
+ o tell me (Pierre.Courtieu@univ-orleans.fr)
")
(goto-char (point-min))