From b04b26f8cd57547e260fd5e3cdb0ac16983955b1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 3 Aug 2023 23:13:41 +0300 Subject: fix docstrings --- yeetube.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/yeetube.el b/yeetube.el index 68fdc06..f29ac1d 100644 --- a/yeetube.el +++ b/yeetube.el @@ -425,7 +425,7 @@ prompt blank to keep the default name." (read-directory-name "Select a directory: "))) (defun yeetube-change-download-audio-format (audio-format) - "Change download format to audio FORMAT." + "Change download format to AUDIO-FORMAT." (interactive "sSpecify Audio Format(no for nil): ") (setq yeetube-download-audio-format audio-format) (when (equal yeetube-download-audio-format "no") @@ -449,9 +449,8 @@ prompt blank to keep the default name." SYMBOL-NAME is the name of the symbol to update. NEW-VALUE is the new value for the symbol. -OPERATION is the operation to perform (e.g., insert or replace). +OPERATION is the operation to perform. WHERE indicates where in the buffer the update should happen. - OPERATION & WHERE are required to work with ='add-variable-watcher." (let ((to-change (pcase symbol-name @@ -478,7 +477,7 @@ OPERATION & WHERE are required to work with ='add-variable-watcher." SYMBOL-NAME is the name of the symbol to update. NEW-VALUE is the new value for the symbol. -OPERATION is the operation to perform (e.g., insert or replace). +OPERATION is the operation to perform. WHERE indicates where in the buffer the update should happen." (with-temp-buffer (find-file (concat user-emacs-directory "yeetube")) (erase-buffer) -- cgit v1.2.3