diff options
| author | Gerd Moellmann | 2000-09-25 09:11:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-25 09:11:31 +0000 |
| commit | 926aa0ee849ae6a8dd97041c80a1f15cbffc2406 (patch) | |
| tree | 5097586bdca7f04636c9b7bde66a988a4329068f | |
| parent | e78e5ad1b18822a277bd72d9f547f4ba56c32a11 (diff) | |
| download | emacs-926aa0ee849ae6a8dd97041c80a1f15cbffc2406.tar.gz emacs-926aa0ee849ae6a8dd97041c80a1f15cbffc2406.zip | |
(command-line-1, fancy-splash-text): Change the
text to sound more friendly.
| -rw-r--r-- | lisp/startup.el | 10 |
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 \ |
| 853 | for basic editing with the mouse.\n\n" | 853 | using 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 \ |
| 865 | for basic editing with the mouse.\n\n" | 865 | using 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 "\ |
| 1056 | The menu bar and scroll bar are sufficient for basic editing with the mouse. | 1056 | You can do basic editing with the menu bar and scroll bar using the mouse. |
| 1057 | 1057 | ||
| 1058 | Useful Files menu items: | 1058 | Useful Files menu items: |
| 1059 | Exit Emacs (or type Control-x followed by Control-c) | 1059 | Exit Emacs (or type Control-x followed by Control-c) |