diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-03-27 14:52:14 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-03-27 14:52:14 +0100 |
commit | 1454c2253d507adf9be1d413172e0b11b853c661 (patch) | |
tree | 6c1e17c1483d41e555160c4acb8505ec7b5d4ecb /lisp/mastodon-tl.el | |
parent | 7df610ba70be4349db418c901af33fdf126997bb (diff) |
docstrings - reduce explicit refs to Mastodon itself.
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index a35ae5e..4c0375d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -216,7 +216,7 @@ respects the user's `browse-url' settings." ;;; VARIABLES (defvar-local mastodon-tl--buffer-spec nil - "A unique identifier and functions for each Mastodon buffer.") + "A unique identifier and functions for each mastodon buffer.") (defvar-local mastodon-tl--update-point nil "When updating a mastodon buffer this is where new toots will be inserted. |