diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-25 09:42:01 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-25 09:42:01 +0200 |
commit | d2aea126a9d5a5873a835a8ed390956c481c587c (patch) | |
tree | 7b7ba500113f736100ab324d3c94ff9431d58ec6 | |
parent | a4917a750df08c5250b0eece0b62e37eb14e445e (diff) |
mastodon.el: update commentary and file header
-rw-r--r-- | lisp/mastodon.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 9ec1d76..980e31f 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -1,4 +1,4 @@ -;;; mastodon.el --- Client for Mastodon and compatible fediverse services -*- lexical-binding: t -*- +;;; mastodon.el --- Client for fediverse services that implement the Mastodon API -*- lexical-binding: t -*- ;; Copyright (C) 2017-2019 Johnson Denen ;; Copyright (C) 2020-2022 Marty Hiatt @@ -29,8 +29,7 @@ ;;; Commentary: -;; mastodon.el is an Emacs client for Mastodon <https://github.com/mastodon/mastodon>, -;; the federated microblogging social network. It also works with Pleroma instances and other services that implement the Mastodon API. +;; mastodon.el is a client for fediverse services that implement the Mastodon API. See <https://github.com/mastodon/mastodon>. ;; See the readme file at https://codeberg.org/martianh/mastodon.el for set up and usage details. ;;; Code: |