emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ement ddd31da32e 4/4: Tidy: Docstring


From: ELPA Syncer
Subject: [elpa] externals/ement ddd31da32e 4/4: Tidy: Docstring
Date: Thu, 15 Sep 2022 17:57:41 -0400 (EDT)

branch: externals/ement
commit ddd31da32e4c3a8e711b4093c33bbfaf453b5ae2
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 21ffadc016..7641a33c85 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -2824,7 +2824,8 @@ Return absorbing node if coalesced."
                                   (truncate-string-to-width (alist-get 'body 
(ement-event-content event)) 20)))))
               (find-node-if
                (ewoc pred &key (move #'ewoc-prev) (start (ewoc-nth ewoc -1)))
-               "Return node in EWOC whose data matches PRED starting from node 
START and moving by NEXT."
+               "Return node in EWOC whose data matches PRED.
+Search starts from node START and moves by NEXT."
                (cl-loop for node = start then (funcall move ewoc node)
                         while node
                         when (funcall pred (ewoc-data node))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]