]> code.delx.au - gnu-emacs/commitdiff
Tweak startup screen quoting
authorPaul Eggert <eggert@Penguin.CS.UCLA.EDU>
Thu, 27 Aug 2015 18:34:45 +0000 (11:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Aug 2015 18:35:41 +0000 (11:35 -0700)
* lisp/startup.el (normal-splash-screen): Use standard
"M-" abbrevation rather than a confusingly-different one.
(normal-no-mouse-startup-screen): Follow ‘text-quoting-style’.

lisp/startup.el

index 0da2e14199e792b744c90228645aeb49d53edbc7..1cb3bb6d8aa7ca20c21690803a8b55b2f86afa58 100644 (file)
@@ -1886,7 +1886,7 @@ splash screen in another window."
                                   auto-save-list-file-prefix)))
            t)
           (insert "\n\nIf an Emacs session crashed recently, "
-                  "type Meta-x recover-session RET\nto recover"
+                  "type M-x recover-session RET\nto recover"
                   " the files you were editing.\n"))
 
       (use-local-map splash-screen-keymap)
@@ -2001,9 +2001,9 @@ To quit a partially entered command, type Control-g.\n")
     (insert (substitute-command-keys "   \\[tmm-menubar]")))
 
   ;; Many users seem to have problems with these.
-  (insert "
+  (insert (substitute-command-keys "
 \(`C-' means use the CTRL key.  `M-' means use the Meta (or Alt) key.
-If you have no Meta key, you may instead type ESC followed by the character.)")
+If you have no Meta key, you may instead type ESC followed by the character.)"))
 
   ;; Insert links to useful tasks
   (insert "\nUseful tasks:\n")