branch: elpa/fedi
commit b0b7dc729e7e121af85880e3e8a77a972d1d81f7
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    docstring
---
 fedi-post.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/fedi-post.el b/fedi-post.el
index 26e3c62f6f2..ee139fdf4b2 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -576,7 +576,9 @@ if this differs from the minor mode.
 CAPF-FUNS is a list of functions to enable.
 TYPE is a string for the buffer name.
 FIELDS is a list of alists containing status fields for bindings
-and options display."
+and options display. Each alist should have a name, prop,
+item-var and face elements. Element name should be a hyphen-separated
+string, the other elements should be symbols."
   (let* ((buffer-name (if edit
                           (format "*edit %s*" type)
                         (format "*new %s*" type)))

Reply via email to