diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-05 09:59:16 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-05 09:59:16 +0200 |
commit | 88df0c117538024f4557e68b4c8d04a44a4b7c84 (patch) | |
tree | 4957dbe3e17a6b4f5cb90353956dc240ba095e8a /lisp/mastodon.el | |
parent | 9d4cf2252d64ccd7de0e395fbcb112bd266b3057 (diff) |
commentary <> for url
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 82a2491..347e253 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -33,7 +33,7 @@ ;; API. See <https://github.com/mastodon/mastodon>. ;; For set up and usage details, see the Info documentation, or the readme -;; file at https://codeberg.org/martianh/mastodon.el. +;; file at <https://codeberg.org/martianh/mastodon.el>. ;;; Code: (require 'cl-lib) ; for `cl-some' call in mastodon |