diff lisp/tutorial.el @ 82729:10439b0bb602

(help-with-tutorial): Tutorials now in tutorial-directory.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Aug 2007 07:42:18 +0000
parents b98604865ea0
children 8ba01ffe2626
line wrap: on
line diff
--- a/lisp/tutorial.el	Wed Aug 22 07:41:58 2007 +0000
+++ b/lisp/tutorial.el	Wed Aug 22 07:42:18 2007 +0000
@@ -847,7 +847,7 @@
               (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)))