From bc43a859733a225b1c4616d0868e2a02d2cd2b73 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Aug 2007 07:42:18 +0000 Subject: [PATCH] (help-with-tutorial): Tutorials now in tutorial-directory. --- lisp/tutorial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tutorial.el b/lisp/tutorial.el index df71ea9fb9a..841facff69c 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -847,7 +847,7 @@ Run the Viper tutorial? ")) (delete-region (point-min) (point)) (goto-char tutorial--point-before-chkeys) (setq tutorial--point-before-chkeys (point-marker))) - (insert-file-contents (expand-file-name filename data-directory)) + (insert-file-contents (expand-file-name filename tutorial-directory)) (forward-line) (setq tutorial--point-before-chkeys (point-marker))) -- 2.39.2