branch: elpa/mastodon
commit fa54e20779d0f2420fe8d59ab44fdc05942f494f
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    account settings var docstring.
---
 lisp/mastodon-profile.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 31a19832d5..98ac9defac 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -130,7 +130,10 @@ It contains details of the current user's account.")
 Other clients can change these settings on the server at any
 time, so this list is not the canonical source for settings. It
 is updated on entering mastodon mode and on toggle any setting it
-contains")
+contains.
+This variable is set from data in
+`mastodon-profile-credential-account' not
+`mastodon-profile-account-preferences-data'.")
 
 (define-minor-mode mastodon-profile-update-mode
   "Minor mode to update user profile."

Reply via email to