diff options
author | Thanos Apollo <[email protected]> | 2023-10-05 05:05:05 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-05 05:05:05 +0300 |
commit | 2e0d024b7450c9148825d980b08c67a1165d3038 (patch) | |
tree | 1ee7d0b516d8aa592d120386c5b71f8f78b2fb80 | |
parent | a2d78d0e144f06eaeb5a62cbb1591093fbef0e07 (diff) |
yeetube: fix docstrings
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -252,8 +252,8 @@ Optional values: This command is not meant to be used in the *Yeetube Search* buffer. Usage Example: -Open a Dired buffer and navigate where you want to download your videos, -then run this command interactively. You can leave the 'Custom name:' +Open a Dired buffer and navigate where you want to download your +videos, then run this command interactively. You can leave the name prompt blank to keep the default name." (interactive) (let ((url "") |