aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-25 09:11:31 +0000
committerGerd Moellmann2000-09-25 09:11:31 +0000
commit926aa0ee849ae6a8dd97041c80a1f15cbffc2406 (patch)
tree5097586bdca7f04636c9b7bde66a988a4329068f
parente78e5ad1b18822a277bd72d9f547f4ba56c32a11 (diff)
downloademacs-926aa0ee849ae6a8dd97041c80a1f15cbffc2406.tar.gz
emacs-926aa0ee849ae6a8dd97041c80a1f15cbffc2406.zip
(command-line-1, fancy-splash-text): Change the
text to sound more friendly.
-rw-r--r--lisp/startup.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 3d178d89619..e8ebf6696ca 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -849,8 +849,8 @@ If this is nil, no message will be displayed."
849 849
850(defvar fancy-splash-text 850(defvar fancy-splash-text
851 '((:face variable-pitch 851 '((:face variable-pitch
852 "The menu bar and scroll bar are sufficient \ 852 "You can do basic editing with the menu bar and scroll bar \
853for basic editing with the mouse.\n\n" 853using the mouse.\n\n"
854 :face (variable-pitch :weight bold) 854 :face (variable-pitch :weight bold)
855 "Useful Files menu items:\n" 855 "Useful Files menu items:\n"
856 :face variable-pitch "\ 856 :face variable-pitch "\
@@ -861,8 +861,8 @@ Recover Session recover files you were editing before a crash
861" 861"
862 ) 862 )
863 (:face 'variable-pitch 863 (:face 'variable-pitch
864 "The menu bar and scroll bar are sufficient \ 864 "You can do basic editing with the menu bar and scroll bar \
865for basic editing with the mouse.\n\n" 865using the mouse.\n\n"
866 :face (variable-pitch :weight bold) 866 :face (variable-pitch :weight bold)
867 "Important Help menu items:\n" 867 "Important Help menu items:\n"
868 :face variable-pitch "\ 868 :face variable-pitch "\
@@ -1053,7 +1053,7 @@ where FACE is a valid face specification, as it can be used with
1053 (fancy-splash-screens) 1053 (fancy-splash-screens)
1054 (progn 1054 (progn
1055 (insert "\ 1055 (insert "\
1056The menu bar and scroll bar are sufficient for basic editing with the mouse. 1056You can do basic editing with the menu bar and scroll bar using the mouse.
1057 1057
1058Useful Files menu items: 1058Useful Files menu items:
1059Exit Emacs (or type Control-x followed by Control-c) 1059Exit Emacs (or type Control-x followed by Control-c)