diff options
author | Thanos Apollo <[email protected]> | 2023-07-06 12:36:29 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-06 12:36:29 +0300 |
commit | 8bac67ebd2c532577ffd13c188c4af407f912799 (patch) | |
tree | 505bd45d46cf863c21a6215915e671b20019fba0 | |
parent | fa92cf9e10273bb0361bf65a0d60e5ea031d05a8 (diff) |
yeetube-results-limit: update docstring for invidious instances
-rw-r--r-- | yeetube.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |