summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-07 17:50:44 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-07 17:50:44 +0000
commitb50c786fed5c8fc32f07f083b71ebe25e3234e54 (patch)
tree0c6b73a8e91e39f233fab77e919a2daadb961028 /lisp
parentff4cf83b8bb021da76ae4345b8f2da61b0ad85c5 (diff)
downloademacs-b50c786fed5c8fc32f07f083b71ebe25e3234e54.tar.gz
(command-line-1): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el2
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))