emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/blist 31b22a82dc: update documentation


From: ELPA Syncer
Subject: [elpa] externals/blist 31b22a82dc: update documentation
Date: Tue, 13 Sep 2022 13:57:18 -0400 (EDT)

branch: externals/blist
commit 31b22a82dc8f5142b8a82ad2ce420200695df75b
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@gmail.com>

    update documentation
    
    * ChangeLog:
    * README.org:
    * blist.texinfo: Update documentation.
---
 ChangeLog     |  5 +++++
 README.org    | 10 ++++++++++
 blist.texinfo | 27 +++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 959fab236b..be5157d1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-14  Sévère Durand  <mmemmew@gmail.com>
+
+       * README.org:
+       * blist.texinfo: Update documentation.
+
 2022-09-01  Durand  <mmemmew@gmail.com>
 
        * blist.el: (blist-toggle-other-groups): New function to toggle
diff --git a/README.org b/README.org
index 7817f45dd0..e551ee3ba8 100644
--- a/README.org
+++ b/README.org
@@ -244,6 +244,8 @@ Unless stated otherwise, they all follow the *P-convention*.
 - =% n=: Mark bookmarks whose name matches a regular expression.
 - =% l=: Mark bookmarks whose location matches a regular expression.
 - =* c=: Change the marks from OLD to NEW (using =read-char=)
+- =t=: Toggle marks: an item is going to be marked if and only if it
+  is currently not marked.
 
 ** Jump to bookmarks
 
@@ -271,5 +273,13 @@ annotations of bookmarks.
 
 ** Others
 
+- =R=: Relocate the bookmark.
+- =r=: Rename the bookmark.
+- =l=: Load bookmarks from a file, and prepend these bookmarks to the
+  front of the bookmarks list.
+- =S-RET=: Toggle all other groups than the group at which the cursor
+  sits.  This creates a kind of narrowing effect, and is fun to apply
+  on different groups successively.
+
 Some functions are too minor to record here.  Use =describe-mode= in
 the list of bookmarks to see all available key-bindings.
diff --git a/blist.texinfo b/blist.texinfo
index bded0a29e7..fc174e9a4b 100644
--- a/blist.texinfo
+++ b/blist.texinfo
@@ -528,6 +528,11 @@ Mark bookmarks whose location matches a regular expression.
 @kindex * c
 @item * c
 Change the marks from OLD to NEW (using @code{read-char})
+@kindex t
+@cindex toggle
+@item t
+Toggle marks: an item is going to be marked if and only if it is
+currently not marked.
 @end table
 
 @node Jump to bookmarks, Annotations, Marking, Usage
@@ -586,6 +591,28 @@ completion.
 
 @cindex miscellaneous
 
+@table @kbd
+@kindex R
+@item R
+@cindex relocate
+Relocate the bookmark.
+@kindex r
+@cindex rename
+@item r
+Rename the bookmark.
+@kindex l
+@cindex load
+@item l
+Load bookmarks from a file, and prepend these bookmarks to the front of
+the bookmarks list.
+@kindex S-RET
+@cindex toggle
+@item S-RET
+Toggle all other groups than the group at which the cursor sits.  This
+creates a kind of narrowing effect, and is fun to apply on different
+groups successively.
+@end table
+
 Some functions are too minor to record here.  Use @code{describe-mode}
 in the list of bookmarks to see all available key-bindings.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]