Mercurial > emacs
changeset 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 | 3a5502138995 |
children | f4fbb5499ba4 |
files | lisp/tutorial.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))