changeset 24476:80cc02242a00

(command-line-1): Improve startup msg.
author Karl Heuer <kwzh@gnu.org>
date Sat, 13 Mar 1999 04:53:43 +0000
parents 1e20dcb26ff7
children b3b029a06e34
files lisp/startup.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sat Mar 13 04:52:25 1999 +0000
+++ b/lisp/startup.el	Sat Mar 13 04:53:43 1999 +0000
@@ -954,12 +954,14 @@
 			     (insert 
 			      "\n
 GNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for full details.
-You may give out copies of Emacs; type C-h C-c to see the conditions.
+Emacs is Free Software--Free as in Freedom--so you can redistribute copies
+of Emacs and modify it; type C-h C-c to see the conditions.
 Type C-h C-d for information on getting the latest version.")
 			   (insert (substitute-command-keys
 				    "\n
 GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details.
-You may give out copies of Emacs; type \\[describe-copying] to see the conditions.
+Emacs is Free Software--Free as in Freedom--so you can redistribute copies
+of Emacs and modify it; type \\[describe-copying] to see the conditions.
 Type \\[describe-distribution] for information on getting the latest version."))))
 		       (goto-char (point-min))