summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-06 12:35:56 +0300
committerThanos Apollo <[email protected]>2023-07-06 12:35:56 +0300
commitfa92cf9e10273bb0361bf65a0d60e5ea031d05a8 (patch)
tree2f0f48561dff1294dbcbb7ca29b98429382da6ca
parent081da6681252460c9479c217f09416e3cdcbec0f (diff)
rename: yeetube-read-documentation -> yeetube-read-manual
-rw-r--r--yeetube.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/yeetube.el b/yeetube.el
index 3f11b6f..de548b2 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -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)