diff options
author | Thanos Apollo <[email protected]> | 2023-07-05 11:25:51 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-05 18:18:11 +0300 |
commit | b609fdf204b866dd058f5efb0fc6054394ff9320 (patch) | |
tree | d7dfa29f5e7a6ee9cd87a28e535b7fac75ca8e22 | |
parent | 41fb61e8c0267132941c117eb141e603c6786110 (diff) |
checkdoc: Auto Update Docstrings
-rw-r--r-- | yeetube.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ then run this command interactively." (setq yeetube-download-audio-format nil))) (defun yeetube-change-query-url () - "Change yeetube-query-url." + "Change `yeetube-query-url'." (interactive) (setq yeetube-query-url (read-string "URL: ")) (when (string-prefix-p "localhost" yeetube-query-url) |