aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-13 04:53:43 +0000
committerKarl Heuer1999-03-13 04:53:43 +0000
commit70e0041366321c49823ae1508f3e4ade3f672553 (patch)
tree40eeccd03c915cad08214f1834e67267aa0904f2
parent3927381695426052e10cbf644c83a5f37de811f8 (diff)
downloademacs-70e0041366321c49823ae1508f3e4ade3f672553.tar.gz
emacs-70e0041366321c49823ae1508f3e4ade3f672553.zip
(command-line-1): Improve startup msg.
-rw-r--r--lisp/startup.el6
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
956GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details. 956GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details.
957You may give out copies of Emacs; type C-h C-c to see the conditions. 957Emacs is Free Software--Free as in Freedom--so you can redistribute copies
958of Emacs and modify it; type C-h C-c to see the conditions.
958Type C-h C-d for information on getting the latest version.") 959Type 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
961GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. 962GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details.
962You may give out copies of Emacs; type \\[describe-copying] to see the conditions. 963Emacs is Free Software--Free as in Freedom--so you can redistribute copies
964of Emacs and modify it; type \\[describe-copying] to see the conditions.
963Type \\[describe-distribution] for information on getting the latest version.")))) 965Type \\[describe-distribution] for information on getting the latest version."))))
964 (goto-char (point-min)) 966 (goto-char (point-min))
965 967