]> git.eshelyaron.com Git - dict.git/commitdiff
* README.org (Holes): Fix wording and index directives
authorEshel Yaron <me@eshelyaron.com>
Mon, 23 Jan 2023 18:35:15 +0000 (20:35 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Jan 2023 18:37:11 +0000 (20:37 +0200)
README.org

index 6fe2fe6557ce5049daa07a9b38122eb38279ed4d..e2b394f6eb56779f9f4b2bc376777a994d49143d 100644 (file)
@@ -1008,16 +1008,15 @@ can be automated by adding ~sweeprolog-forward-hole-on-tab-mode~ to
   (add-hook 'sweeprolog-mode-hook #'sweeprolog-forward-hole-on-tab-mode)
 #+end_src
 
-#+CINDEX filling holes
-#+CINDEX holes, filling
+#+CINDEX: filling holes
+#+CINDEX: holes, filling
 To "fill" a hole marked by one of the aforementioned commands, either
 use ~C-c C-m~ as described above or type ~C-w~ (~M-x kill-region~) to kill
 the region and remove the placeholder variable, and then insert Prolog
 code as usual.  Yanking a hole with ~C-y~ (~yank~) after you kill it
 removes the special hole property and inserts it as a plain variable.
-This is particularly useful if you want to keep the variable name that
-Sweep chose for the hole--to do that simply press ~C-w C-y~ with the
-hole marked.
+This is can be useful if you want to keep the variable name that Sweep
+chose for the hole--simply press ~C-w C-y~ with the hole marked.
 
 As an alternative to manually killing the region with ~C-w~, with
 ~delete-selection-mode~ enabled the placeholder is automatically deleted