branch: externals/denote-sequence
commit 8ecb359af57c0b6dd6f5bb36048ce6e6dfe1bec3
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Mention denote-sequence-find-{next,previous}-sibling in the manual
---
 README.org | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index f8fc28e36d..dc55f53a19 100644
--- a/README.org
+++ b/README.org
@@ -217,15 +217,20 @@ and become a new parent sequence, use the command 
~denote-sequence-rename-as-par
 
 #+findex: denote-sequence-find
 While reading a file with a sequence, you may want to find what its
-relatives are about. To this end, the command ~denote-sequence-find~
-prompts for a type among =parent=, =sibling=, =child=, and then asks
-to select a file among those matching the given type. It then visits
-the file.
+relatives are. To this end, the command ~denote-sequence-find~ prompts
+for a type among =parent=, =sibling=, =child=, and then asks to select
+a file among those matching the given type. It then visits the file.
 
 #+findex: denote-sequence-find-dired
 Instead of selecting a single file, the command ~denote-sequence-find-dired~
 puts all the matching files in a bespoke Dired buffer 
([[#h:show-all-or-some-sequences-in-a-dired-buffer][Show all or some sequences 
in a Dired buffer]]).
 
+#+findex: denote-sequence-find-next-sibling
+#+findex: denote-sequence-find-previous-sibling
+Finally, the commands ~denote-sequence-find-next-sibling~ and
+~denote-sequence-find-previous-sibling~ move between sibling files in
+a given sequence. [ These two commands are part of {{{development-version}}}. ]
+
 ** Link only to sequences
 :PROPERTIES:
 :CUSTOM_ID: h:link-only-to-sequences

Reply via email to