diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-05 18:15:19 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-05 18:15:19 +0100 |
| commit | b3e1b4cc8d0e6f49362954601c0898d41cdc3633 (patch) | |
| tree | 960440becc64ed6e231be8a72fa8f67f7b4599db /README.org | |
| parent | 4b77bb91f5989f2b384d48fa3163c44aa5342f9c (diff) | |
call sort at the end of update-buffer
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ The following commands are available. | =bibli-paris/set-to-next= | =SPC mtn= | Switch the entry at point to the =NEXT= state. | | =bibli-paris/set-to-booked= | =SPC mtb= | Switch the entry at point to the =BOOKED= state. | | =bibli-paris/set-to-done= | =SPC mtd= | Switch the entry at point to the =DONE= state. | -| =bibli-paris/update-buffer= | =SPC mub= | Asynchronously update the availability status and quotes of the entries in the current buffer. | +| =bibli-paris/update-buffer= | =SPC mub= | Asynchronously update the availability status and quotes of the entries in the current buffer, and sort it afterwards. | | =bibli-paris/update-entry= | =SPC mue= | Asynchronously update the availability status and quote of the entry at point. | | =bibli-paris/update-region= | =SPC mur= | Asynchronously update the availability status and quotes of the entries in the current region. | | =bibli-paris/archive-all-read= | =SPC mA= | Archive all entries in the =DONE= state. | |
