[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ement 4da836b6e8 1/2: Tidy: Docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ement 4da836b6e8 1/2: Tidy: Docstring |
Date: |
Thu, 8 Sep 2022 11:57:39 -0400 (EDT) |
branch: externals/ement
commit 4da836b6e88a6aa2216b1e1e22ea229a4381584c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Tidy: Docstring
---
ement-room.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ement-room.el b/ement-room.el
index 36eb72b065..4b1cbd72ce 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -2746,7 +2746,8 @@ the first and last nodes in the buffer, respectively."
(ewoc-prev ewoc event-node)))))))
(defun ement-room--coalesce-nodes (a b ewoc)
- "Try to coalesce events in nodes A and B in EWOC, returning absorbing node
if done."
+ "Try to coalesce events in nodes A and B in EWOC.
+Return absorbing node if coalesced."
(cl-labels ((coalescable-p
(node) (or (and (ement-event-p (ewoc-data node))
(member (ement-event-type (ewoc-data node))
'("m.room.member")))