branch: elpa/sesman
commit 9ec1c330a6cb56fd01a1b2189612d2cb463b154c
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>
Fix typo sesman-more-relevant-p -> sesman-more-recent-p
---
sesman.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sesman.el b/sesman.el
index 83737677d6..b71e9ed197 100644
--- a/sesman.el
+++ b/sesman.el
@@ -429,8 +429,8 @@ By default, calls `sesman-quit-session' and then
(cl-defgeneric sesman-more-relevant-p (_system session1 session2)
"Return non-nil if SESSION1 should be sorted before SESSION2.
By default, sort by session name. Systems should overwrite this method to
-provide a more meaningful ordering. If your system objects are buffers you
-can use `sesman-more-relevant-p' utility in this method."
+provide a more meaningful ordering. If your system objects are buffers you can
+use `sesman-more-recent-p' utility in this method."
(not (string-greaterp (car session1) (car session2))))