From: Karl Heuer Date: Sat, 13 Mar 1999 04:53:43 +0000 (+0000) Subject: (command-line-1): Improve startup msg. X-Git-Tag: emacs-20.4~473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70e0041366321c49823ae1508f3e4ade3f672553;p=emacs.git (command-line-1): Improve startup msg. --- 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.") (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))