aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-12 09:20:50 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-12 09:21:18 +0200
commit0ecf1a91dff2b2a06e91dafb3526da2f579e63e2 (patch)
tree86ceb9cc8dda50da7444a2b176bd60be4781df2a /lisp
parent691bba102bcb6428696d8b5567e7908af81a4ed7 (diff)
profile-account-settings docstring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-profile.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 7ac0d31..b4e7f35 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -120,7 +120,11 @@ extra keybindings."
"Keymap for `mastodon-profile-update-mode'.")
(persist-defvar mastodon-profile-account-settings nil
- "An alist of account settings saved from the server.")
+ "An alist of account settings saved from the server.
+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")
(define-minor-mode mastodon-profile-update-mode
"Minor mode to update Mastodon user profile."