[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
- [nongnu] elpa/mastodon 06627d5d3d 04/45: max-id arg for other -tl.el timelines, (continued)
- [nongnu] elpa/mastodon 06627d5d3d 04/45: max-id arg for other -tl.el timelines, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 13162773b6 06/45: max-id arg/params for (so far only plain) profile view, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 638045a2b2 29/45: add remove-overlays to with-mastodon-buffer macro, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 073ef68683 05/45: max-id arg/param for notifs-get, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 06cbc031c7 03/45: index, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon f4a4d31f29 09/45: Merge branch 'reload-paginate' into develop, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon b4fc0f52b8 19/45: refactor apply status fields props, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 4d49c35380 24/45: fix sensitive prop test: json-false or t!, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 901da7f722 36/45: with-mastodon-buffer : switch buffer after body, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 73d91dd163 32/45: add check to sensitive media toggle, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 66b14285e4 44/45: docstring,
ELPA Syncer <=
- [nongnu] elpa/mastodon caa3931c39 42/45: map-alist: adapt arg and docstring, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon e7a630c900 40/45: use map alist in attach descs and server poll to local, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon c7d026da82 33/45: http: handle --get returning nil from instance, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 7c7f02b5b4 26/45: fix sensitive prop check, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon d1baf1eed4 41/45: bump version, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 63a07d2ff4 08/45: flycheck, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon f4b9c70d18 14/45: simply format-poll length formatting, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon d2c1a90ec4 16/45: reload on edit: only send max-id arg if we have one!, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon daf97c3d8f 21/45: factor out format-heading from insert-heading, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 0396383c65 17/45: editing to preserve polls. create poll plist from JSON., ELPA Syncer, 2024/06/24