diff options
author | Thanos Apollo <[email protected]> | 2023-07-06 12:35:56 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-06 12:35:56 +0300 |
commit | fa92cf9e10273bb0361bf65a0d60e5ea031d05a8 (patch) | |
tree | 2f0f48561dff1294dbcbb7ca29b98429382da6ca | |
parent | 081da6681252460c9479c217f09416e3cdcbec0f (diff) |
rename: yeetube-read-documentation -> yeetube-read-manual
-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) |