diff options
-rw-r--r-- | yeetube.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -381,10 +381,10 @@ OPERATION & WHERE are required to work with 'add-variable-watcher." (switch-to-buffer buffer-cur)) (goto-char (mark)))) -(defun yeetube-read-documentation () - "Read yeetube.el Documentation." +(defun yeetube-read-manual () + "Read yeetube.el Manual." (interactive) - (find-file (expand-file-name "documentation.org"))) + (find-file (expand-file-name "manual.org"))) ;; Variable to watch (add-variable-watcher 'yeetube-download-directory #'yeetube-update-info) |