diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-28 19:02:17 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-28 19:02:17 +0200 |
commit | fa54e20779d0f2420fe8d59ab44fdc05942f494f (patch) | |
tree | 08c4f8022a45a98eebd67bee9d4dbadcc1eeda88 /lisp/mastodon-profile.el | |
parent | 8e3b3ebb07a485f4f5e04ebaf49417bbdf0e6685 (diff) |
account settings var docstring.
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 31a1983..98ac9de 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." |