aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 0da2e14199e..1cb3bb6d8aa 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1886,7 +1886,7 @@ splash screen in another window."
1886 auto-save-list-file-prefix))) 1886 auto-save-list-file-prefix)))
1887 t) 1887 t)
1888 (insert "\n\nIf an Emacs session crashed recently, " 1888 (insert "\n\nIf an Emacs session crashed recently, "
1889 "type Meta-x recover-session RET\nto recover" 1889 "type M-x recover-session RET\nto recover"
1890 " the files you were editing.\n")) 1890 " the files you were editing.\n"))
1891 1891
1892 (use-local-map splash-screen-keymap) 1892 (use-local-map splash-screen-keymap)
@@ -2001,9 +2001,9 @@ To quit a partially entered command, type Control-g.\n")
2001 (insert (substitute-command-keys " \\[tmm-menubar]"))) 2001 (insert (substitute-command-keys " \\[tmm-menubar]")))
2002 2002
2003 ;; Many users seem to have problems with these. 2003 ;; Many users seem to have problems with these.
2004 (insert " 2004 (insert (substitute-command-keys "
2005\(`C-' means use the CTRL key. `M-' means use the Meta (or Alt) key. 2005\(`C-' means use the CTRL key. `M-' means use the Meta (or Alt) key.
2006If you have no Meta key, you may instead type ESC followed by the character.)") 2006If you have no Meta key, you may instead type ESC followed by the character.)"))
2007 2007
2008 ;; Insert links to useful tasks 2008 ;; Insert links to useful tasks
2009 (insert "\nUseful tasks:\n") 2009 (insert "\nUseful tasks:\n")