diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 384b9b8415c..7c97579ab6e 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -623,8 +623,7 @@ with some explanatory links." | |||
| 623 | 623 | ||
| 624 | (defun tutorial--saved-dir () | 624 | (defun tutorial--saved-dir () |
| 625 | "Directory to which tutorials are saved." | 625 | "Directory to which tutorials are saved." |
| 626 | (expand-file-name "tutorial" | 626 | (expand-file-name "tutorial" user-emacs-directory)) |
| 627 | (if (eq system-type 'ms-dos) "~/_emacs.d/" "~/.emacs.d/"))) | ||
| 628 | 627 | ||
| 629 | (defun tutorial--saved-file () | 628 | (defun tutorial--saved-file () |
| 630 | "File name in which to save tutorials." | 629 | "File name in which to save tutorials." |