diff options
| author | Karl Heuer | 1999-03-13 04:53:43 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-03-13 04:53:43 +0000 |
| commit | 70e0041366321c49823ae1508f3e4ade3f672553 (patch) | |
| tree | 40eeccd03c915cad08214f1834e67267aa0904f2 | |
| parent | 3927381695426052e10cbf644c83a5f37de811f8 (diff) | |
| download | emacs-70e0041366321c49823ae1508f3e4ade3f672553.tar.gz emacs-70e0041366321c49823ae1508f3e4ade3f672553.zip | |
(command-line-1): Improve startup msg.
| -rw-r--r-- | lisp/startup.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 66695a08cd0..bd8a25f34f0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -954,12 +954,14 @@ Copyright (C) 1999 Free Software Foundation, Inc.") | |||
| 954 | (insert | 954 | (insert |
| 955 | "\n | 955 | "\n |
| 956 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details. | 956 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details. |
| 957 | You may give out copies of Emacs; type C-h C-c to see the conditions. | 957 | Emacs is Free Software--Free as in Freedom--so you can redistribute copies |
| 958 | of Emacs and modify it; type C-h C-c to see the conditions. | ||
| 958 | Type C-h C-d for information on getting the latest version.") | 959 | Type C-h C-d for information on getting the latest version.") |
| 959 | (insert (substitute-command-keys | 960 | (insert (substitute-command-keys |
| 960 | "\n | 961 | "\n |
| 961 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. | 962 | GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. |
| 962 | You may give out copies of Emacs; type \\[describe-copying] to see the conditions. | 963 | Emacs is Free Software--Free as in Freedom--so you can redistribute copies |
| 964 | of Emacs and modify it; type \\[describe-copying] to see the conditions. | ||
| 963 | Type \\[describe-distribution] for information on getting the latest version.")))) | 965 | Type \\[describe-distribution] for information on getting the latest version.")))) |
| 964 | (goto-char (point-min)) | 966 | (goto-char (point-min)) |
| 965 | 967 | ||