diff options
| author | Glenn Morris | 2007-08-22 07:42:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-22 07:42:18 +0000 |
| commit | bc43a859733a225b1c4616d0868e2a02d2cd2b73 (patch) | |
| tree | d2d3e519fae1a6a42cb4147d99e5f4864e451b36 /lisp/tutorial.el | |
| parent | f51a80aff35c103ff5881edba4f45f82b227e3d5 (diff) | |
| download | emacs-bc43a859733a225b1c4616d0868e2a02d2cd2b73.tar.gz emacs-bc43a859733a225b1c4616d0868e2a02d2cd2b73.zip | |
(help-with-tutorial): Tutorials now in tutorial-directory.
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 1 insertions, 1 deletions
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? ")) | |||
| 847 | (delete-region (point-min) (point)) | 847 | (delete-region (point-min) (point)) |
| 848 | (goto-char tutorial--point-before-chkeys) | 848 | (goto-char tutorial--point-before-chkeys) |
| 849 | (setq tutorial--point-before-chkeys (point-marker))) | 849 | (setq tutorial--point-before-chkeys (point-marker))) |
| 850 | (insert-file-contents (expand-file-name filename data-directory)) | 850 | (insert-file-contents (expand-file-name filename tutorial-directory)) |
| 851 | (forward-line) | 851 | (forward-line) |
| 852 | (setq tutorial--point-before-chkeys (point-marker))) | 852 | (setq tutorial--point-before-chkeys (point-marker))) |
| 853 | 853 | ||