aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 17930b4a7b0..fb49958b61b 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1524,7 +1524,7 @@ Each element in the list should be a list of strings or pairs
1524 (title (with-temp-buffer 1524 (title (with-temp-buffer
1525 (insert-file-contents 1525 (insert-file-contents
1526 (expand-file-name tut tutorial-directory) 1526 (expand-file-name tut tutorial-directory)
1527 ;; Reat the entire file, to make sure any 1527 ;; Read the entire file, to make sure any
1528 ;; coding cookies and other local variables 1528 ;; coding cookies and other local variables
1529 ;; get acted upon. 1529 ;; get acted upon.
1530 nil) 1530 nil)