]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1): Improve startup msg.
authorKarl Heuer <kwzh@gnu.org>
Sat, 13 Mar 1999 04:53:43 +0000 (04:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 13 Mar 1999 04:53:43 +0000 (04:53 +0000)
lisp/startup.el

index 66695a08cd0b66bc2774df0dc6d3121a9bb941aa..bd8a25f34f0382f2e23399f860be5b01eef11b58 100644 (file)
@@ -954,12 +954,14 @@ Copyright (C) 1999 Free Software Foundation, Inc.")
                             (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))