Mercurial > emacs
comparison lisp/startup.el @ 77670:a7056aafb66a
(fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 May 2007 16:12:37 +0000 |
parents | 33e274e43d0b |
children | 926d0282c9f4 116e8e71c99c 41aaac7180d5 d7172f202ab8 |
comparison
equal
deleted
inserted
replaced
77669:b88cd7b0ba66 | 77670:a7056aafb66a |
---|---|
1147 "" | 1147 "" |
1148 (concat " (" title ")")) | 1148 (concat " (" title ")")) |
1149 "\n"))) | 1149 "\n"))) |
1150 :face variable-pitch "\ | 1150 :face variable-pitch "\ |
1151 Emacs FAQ\t\tFrequently asked questions and answers | 1151 Emacs FAQ\t\tFrequently asked questions and answers |
1152 View Emacs Manual\tView the Emacs manual using Info | 1152 View Emacs Manual\t\tView the Emacs manual using Info |
1153 Absence of Warranty\tGNU Emacs comes with " | 1153 Absence of Warranty\tGNU Emacs comes with " |
1154 :face (variable-pitch :slant oblique) | 1154 :face (variable-pitch :slant oblique) |
1155 "ABSOLUTELY NO WARRANTY\n" | 1155 "ABSOLUTELY NO WARRANTY\n" |
1156 :face variable-pitch | 1156 :face variable-pitch |
1157 "\ | 1157 "\ |
1158 Copying Conditions\tConditions for redistributing and changing Emacs | 1158 Copying Conditions\t\tConditions for redistributing and changing Emacs |
1159 Getting New Versions\tHow to obtain the latest version of Emacs | 1159 Getting New Versions\tHow to obtain the latest version of Emacs |
1160 More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") | 1160 More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") |
1161 (:face variable-pitch | 1161 (:face variable-pitch |
1162 "To quit a partially entered command, type " | 1162 "\nTo quit a partially entered command, type " |
1163 :face default | 1163 :face default |
1164 "Control-g" | 1164 "Control-g" |
1165 :face variable-pitch | 1165 :face variable-pitch |
1166 ".\n" | 1166 ". |
1167 | |
1168 Emacs Guided Tour\t\tSee http://www.gnu.org/software/emacs/tour/ | |
1169 | |
1170 " | |
1167 :face (variable-pitch :weight bold) | 1171 :face (variable-pitch :weight bold) |
1168 "Useful File menu items:\n" | 1172 "Useful File menu items:\n" |
1169 :face variable-pitch | 1173 :face variable-pitch |
1170 "Exit Emacs\t\t(Or type " | 1174 "Exit Emacs\t\t(Or type " |
1171 :face default | 1175 :face default |
1174 " followed by " | 1178 " followed by " |
1175 :face default | 1179 :face default |
1176 "Control-c" | 1180 "Control-c" |
1177 :face variable-pitch | 1181 :face variable-pitch |
1178 ") | 1182 ") |
1179 Recover Crashed Session\tRecover files you were editing before a crash | 1183 Recover Crashed Session\tRecover files you were editing before a crash\n" |
1180 | |
1181 | |
1182 | |
1183 | |
1184 | |
1185 " | |
1186 )) | 1184 )) |
1187 "A list of texts to show in the middle part of splash screens. | 1185 "A list of texts to show in the middle part of splash screens. |
1188 Each element in the list should be a list of strings or pairs | 1186 Each element in the list should be a list of strings or pairs |
1189 `:face FACE', like `fancy-splash-insert' accepts them.") | 1187 `:face FACE', like `fancy-splash-insert' accepts them.") |
1190 | 1188 |