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

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

[nongnu] elpa/mastodon 66b14285e4 44/45: docstring


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 66b14285e4 44/45: docstring
Date: Mon, 24 Jun 2024 10:02:03 -0400 (EDT)

branch: elpa/mastodon
commit 66b14285e428207a60bfa18cc1464c1087713258
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    docstring
---
 lisp/mastodon-toot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 928e317183..23de8b7373 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1801,7 +1801,7 @@ REPLY-REGION is a string to be injected into the buffer."
        'mastodon-cw-face))))
 
 (defun mastodon-toot--apply-fields-props (region display &optional face 
help-echo)
-  ""
+  "Apply DISPLAY props FACE and HELP-ECHO to REGION, a cons of beg and end."
   (add-text-properties (car region) (cdr region)
                        `(display
                          ,display



reply via email to

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