branch: externals/ement commit 4da836b6e88a6aa2216b1e1e22ea229a4381584c Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@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")))