diff options
-rw-r--r-- | mastodon.info | 35 | ||||
-rw-r--r-- | mastodon.texi | 8 |
2 files changed, 28 insertions, 15 deletions
diff --git a/mastodon.info b/mastodon.info index ee4d673..86531dd 100644 --- a/mastodon.info +++ b/mastodon.info @@ -458,6 +458,11 @@ and should work without first loading a ‘mastodon.el’ buffer: • ‘mastodon-switch-to-buffer’: switch between mastodon buffers. + • ‘mastodon-tl--get-remote-local-timeline’: View a local timeline of + a remote instance. + • ‘mastodon-tl--remote-tag-timeline’: View a tag timeline on a remote + instance. + • ‘mastodon-profile--update-display-name’: Update the display name for your account. • ‘mastodon-profile--update-user-profile-note’: Update your bio note. @@ -761,21 +766,21 @@ Ref: Keybindings (1)12789 Ref: Autocompletion of mentions tags and emoji13324 Ref: Draft toots14249 Node: Other commands and account settings14720 -Node: Customization17887 -Node: Commands and variables index18765 -Node: Alternative timeline layout19281 -Node: Live-updating timelines mastodon-async-mode19686 -Node: Translating toots20538 -Node: Bookmarks and mastodonel21720 -Node: Dependencies22262 -Node: Network compatibility22896 -Node: Contributing23778 -Node: Bug reports24274 -Node: Fixes and features25185 -Node: Coding style25686 -Node: Supporting mastodonel26310 -Node: Contributors26877 -Node: screenshots27312 +Node: Customization18084 +Node: Commands and variables index18962 +Node: Alternative timeline layout19478 +Node: Live-updating timelines mastodon-async-mode19883 +Node: Translating toots20735 +Node: Bookmarks and mastodonel21917 +Node: Dependencies22459 +Node: Network compatibility23093 +Node: Contributing23975 +Node: Bug reports24471 +Node: Fixes and features25382 +Node: Coding style25883 +Node: Supporting mastodonel26507 +Node: Contributors27074 +Node: screenshots27509 End Tag Table diff --git a/mastodon.texi b/mastodon.texi index ed52f29..e171408 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -563,6 +563,14 @@ instance. @itemize @item +@samp{mastodon-tl--get-remote-local-timeline}: View a local timeline of a remote instance. +@item +@samp{mastodon-tl--remote-tag-timeline}: View a tag timeline on a remote instance. +@end itemize + + +@itemize +@item @samp{mastodon-profile--update-display-name}: Update the display name for your account. @item |