aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-06 12:36:29 +0300
committerThanos Apollo <[email protected]>2023-07-06 12:36:29 +0300
commit8bac67ebd2c532577ffd13c188c4af407f912799 (patch)
tree505bd45d46cf863c21a6215915e671b20019fba0
parentfa92cf9e10273bb0361bf65a0d60e5ea031d05a8 (diff)
yeetube-results-limit: update docstring for invidious instances
-rw-r--r--yeetube.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/yeetube.el b/yeetube.el
index de548b2..e885cdf 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -43,9 +43,8 @@
(defcustom yeetube-results-limit 10
"Define the amount of search results.
-Note:
-If you are using an invidious instance, it's recommended to keep it
-below 15."
+Note: If you are using an invidious instance, it's recommended to keep
+this < 13."
:type 'number
:safe #'numberp
:group 'yeetube)