]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Aug 1995 17:50:44 +0000 (17:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Aug 1995 17:50:44 +0000 (17:50 +0000)
lisp/startup.el

index 0bccb4f4bec691c1a144034c30fb640cee10ba59..42a3a5c576f78cb43a555b62c332ed29bc097e0a 100644 (file)
@@ -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))