aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-08-07 17:50:44 +0000
committerRichard M. Stallman <[email protected]>1995-08-07 17:50:44 +0000
commita7e9dc1d14b9f1af284deba0555b1ebfdee08d31 (patch)
tree80202bb904ba91b17b26ae9af808d32881c70518
parent2064ba4d5877b49e2b39a05bd7e88d1d341aaa67 (diff)
(command-line-1): Fix previous change.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 0bccb4f4be..42a3a5c576 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))