[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/calibre ac7170e09e 3/8: Add a docstring to calibre-libr
From: |
ELPA Syncer |
Subject: |
[elpa] externals/calibre ac7170e09e 3/8: Add a docstring to calibre-library-revert |
Date: |
Tue, 12 Dec 2023 06:57:34 -0500 (EST) |
branch: externals/calibre
commit ac7170e09ed984a1ea5632b3b26ff0408c91f525
Author: Kjartan Oli Agustsson <kjartanoli@disroot.org>
Commit: Kjartan Oli Agustsson <kjartanoli@disroot.org>
Add a docstring to calibre-library-revert
* calibre-library.el (calibre-library-revert): Add a docstring.
---
calibre-library.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/calibre-library.el b/calibre-library.el
index dfaeb0a75e..7a62953cd7 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -91,6 +91,7 @@
(tabulated-list-clear-all-tags))
(defun calibre-library-revert (&rest _IGNORED)
+ "Revert the *LIBRARY* buffer."
(let ((pos (tabulated-list-get-id)))
(calibre-library--refresh t)
(if (not pos)
- [elpa] externals/calibre updated (ad65bf9b51 -> 2c4221ecfa), ELPA Syncer, 2023/12/12
- [elpa] externals/calibre ac7170e09e 3/8: Add a docstring to calibre-library-revert,
ELPA Syncer <=
- [elpa] externals/calibre 9e532313c9 5/8: Handle invalid timestamps, ELPA Syncer, 2023/12/12
- [elpa] externals/calibre 6815074635 6/8: Add searching by title to composite filters, ELPA Syncer, 2023/12/12
- [elpa] externals/calibre dae6a54a38 1/8: Add NEWS and TODO list, ELPA Syncer, 2023/12/12
- [elpa] externals/calibre 4f980e2161 2/8: Reduce usage of cl-* functions, ELPA Syncer, 2023/12/12
- [elpa] externals/calibre 4422899b7d 4/8: Add author and commentary to calibre-edit.el, ELPA Syncer, 2023/12/12
- [elpa] externals/calibre b749cf57d4 7/8: Fix order of elements in defcustom type, ELPA Syncer, 2023/12/12
- [elpa] externals/calibre 2c4221ecfa 8/8: Bump version, ELPA Syncer, 2023/12/12