diff options
Diffstat (limited to 'lisp/startup.el')
-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 0bccb4f4bec..42a3a5c576f 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -649,7 +649,7 @@ Type \\[describe-distribution] for information on getting the latest version.")) (if (directory-files "~/" nil "\\`\\.saves-" t) (insert "\n\nIf an Emacs session crashed recently,\n" "type M-x recover-session RET to recover" - " the files you were editing.)) + " the files you were editing.")) (set-buffer-modified-p nil) (sit-for 120)) |