diff options
| author | Paul Eggert | 2014-11-24 08:38:57 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-24 08:39:17 -0800 |
| commit | 4e7112e8a32e537044341a38749bbdc8c234c134 (patch) | |
| tree | 30bc6fc8342d1aa35227b5076e28ce860cf4dd81 /lisp | |
| parent | 3e3b940fc1b60681fb28cdbba99527bdd7ba08cc (diff) | |
| download | emacs-4e7112e8a32e537044341a38749bbdc8c234c134.tar.gz emacs-4e7112e8a32e537044341a38749bbdc8c234c134.zip | |
Spelling fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/startup.el | 2 |
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) |