aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-08-27 11:34:45 -0700
committerPaul Eggert2015-08-27 11:35:41 -0700
commitb142c4837543b7e36e95b2150409782f665cd474 (patch)
treeccf4fbf2ef6db20d5775a580364c06bcfdd643ab
parent6dbe056b9beec0b9ff6c84331a49c568408dbbaa (diff)
downloademacs-b142c4837543b7e36e95b2150409782f665cd474.tar.gz
emacs-b142c4837543b7e36e95b2150409782f665cd474.zip
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’.
-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")