diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-05-10 16:12:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-05-10 16:12:37 +0000 |
commit | ef533d3e77093882d3a7895827252ac56fef8923 (patch) | |
tree | 9d5d5eddeab4f05aacde13984e926ee578d65e6a /lisp/startup.el | |
parent | e5a7834f45b7437111185368537ddbbb4226095f (diff) | |
download | emacs-ef533d3e77093882d3a7895827252ac56fef8923.tar.gz |
(fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 84dc4dca8d8..f57bf66a3a0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1149,21 +1149,25 @@ regardless of the value of this variable." "\n"))) :face variable-pitch "\ Emacs FAQ\t\tFrequently asked questions and answers -View Emacs Manual\tView the Emacs manual using Info +View Emacs Manual\t\tView the Emacs manual using Info Absence of Warranty\tGNU Emacs comes with " :face (variable-pitch :slant oblique) "ABSOLUTELY NO WARRANTY\n" :face variable-pitch "\ -Copying Conditions\tConditions for redistributing and changing Emacs +Copying Conditions\t\tConditions for redistributing and changing Emacs Getting New Versions\tHow to obtain the latest version of Emacs More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") (:face variable-pitch - "To quit a partially entered command, type " + "\nTo quit a partially entered command, type " :face default "Control-g" :face variable-pitch - ".\n" + ". + +Emacs Guided Tour\t\tSee http://www.gnu.org/software/emacs/tour/ + +" :face (variable-pitch :weight bold) "Useful File menu items:\n" :face variable-pitch @@ -1176,13 +1180,7 @@ More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") "Control-c" :face variable-pitch ") -Recover Crashed Session\tRecover files you were editing before a crash - - - - - -" +Recover Crashed Session\tRecover files you were editing before a crash\n" )) "A list of texts to show in the middle part of splash screens. Each element in the list should be a list of strings or pairs |