]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-with-tutorial): Tutorials now in tutorial-directory.
authorGlenn Morris <rgm@gnu.org>
Wed, 22 Aug 2007 07:42:18 +0000 (07:42 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 22 Aug 2007 07:42:18 +0000 (07:42 +0000)
lisp/tutorial.el

index df71ea9fb9a25f13de671257ac17f0f255d2ee75..841facff69caf452bfb607625ae16d47184a167e 100644 (file)
@@ -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)))