aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-16 08:44:40 +0300
committerThanos Apollo <[email protected]>2023-10-17 09:24:22 +0300
commitf3196c8ecc11a425014358382811976ec5d68ce3 (patch)
tree70994f64a0ac0d4f2bcca9b695ee7b1ca580d86d
parent67cbf8ab8b76daef17549a4f562c79a930b7b6fe (diff)
yeetube:(get) Update docstring
-rw-r--r--yeetube.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 01b747d..7ca9729 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -96,7 +96,17 @@ Example Usage:
You can change the value to an invidious instance.")
(defun yeetube-get (keyword)
- "Retrieve KEYWORD value from `yeetube-content'."
+ "Retrieve KEYWORD value for entry at point.
+
+Retrieve keyword value for entry at point, from `yeetube-content', in
+*yeetube* buffer.
+
+Keywords:
+- :title
+- :videoid
+- :view-count
+- :duration
+- :channel"
(unless (keywordp keyword)
(error "Value `%s' is not a keyword" keyword))
(let ((video-info