diff options
author | Paul Eggert <eggert@Penguin.CS.UCLA.EDU> | 2015-08-27 11:34:45 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-27 11:35:41 -0700 |
commit | b142c4837543b7e36e95b2150409782f665cd474 (patch) | |
tree | ccf4fbf2ef6db20d5775a580364c06bcfdd643ab /lisp/startup.el | |
parent | 6dbe056b9beec0b9ff6c84331a49c568408dbbaa (diff) | |
download | emacs-b142c4837543b7e36e95b2150409782f665cd474.tar.gz |
Tweak startup screen quoting
* 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’.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 6 |
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." 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") |