diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-08-27 14:57:14 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-08-27 14:57:14 +0200 |
commit | fcebc0d1b358ebf64dee5251ac386dd99b1da716 (patch) | |
tree | d1fe2225494cfe14ba3505c45115148866adfded /lisp/mastodon-tl.el | |
parent | b54fc1b6d405024c2b5c6019e60ee7ed0744b66c (diff) |
fix quotation marks in 2 docstrings
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 1d672a5..df7de7b 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1584,7 +1584,7 @@ This includes the update profile note buffer, but not the preferences one." (string-prefix-p "accounts" (mastodon-tl--endpoint nil :no-error))) (defun mastodon-tl--timeline-proper-p () - "Return non-nil if the current buffer is a 'proper' timeline. + "Return non-nil if the current buffer is a \"proper\" timeline. A proper timeline excludes notifications, threads, profiles, and other toot buffers that aren't strictly mastodon timelines." (let ((timeline-buffers |