branch: elpa/fedi
commit 5ad89ce15f9c439930bde9db7d104725b79f656f
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
fedi-post-status-fields-items
---
fedi-post.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/fedi-post.el b/fedi-post.el
index 190c29f1dcf..f97798e48a4 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -103,9 +103,10 @@ For the moment we just put all composed posts in here, as
we want
to also capture posts that are `sent' but that don't successfully
send.")
-(defvar-local fedi-status-fields-items nil
- "A list of alists containing information about each status field
-to be updated.")
+(defvar-local fedi-post-status-fields-items nil
+ "A list of alists of information about each status field to be updated.
+Each alist should contain the keys name, item-var, prop, and
+face. no-label is optional.")
;;; REGEXES