diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-28 12:13:54 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-28 12:14:30 +0100 |
commit | 9992f16c77f596e5596c3bc437f118aa5c6a11e3 (patch) | |
tree | 68fa6db39e3cb0361de15f023a673aba7b6c224c | |
parent | 94b59e6a6adbd0cdbe842a79df1806c1715425cb (diff) |
hide-replies doctsring - document prefix arg
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 04c109f..867318b 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -163,7 +163,9 @@ Must be an integer between 20 and 40 inclusive." :type '(string)) (defcustom mastodon-tl--hide-replies nil - "Whether to hide replies from the timelines." + "Whether to hide replies from the timelines. +Note that you can hide replies on a one-off basis by loading a +timeline with a simple prefix argument, `C-u'." :group 'mastodon-tl :type '(boolean :tag "Whether to hide replies from the timelines.")) |