(fancy-splash-head, startup-echo-area-message): Change message text.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Aug 2007 17:49:33 +0000 (17:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Aug 2007 17:49:33 +0000 (17:49 +0000)
lisp/startup.el

index 3853ba4..19ef664 100644 (file)
@@ -1677,9 +1677,9 @@ Type \\[describe-distribution] for information on getting the latest version."))
 
 (defun startup-echo-area-message ()
   (if (eq (key-binding "\C-h\C-p") 'describe-project)
-      "For information about the GNU Project and its goals, type C-h C-p."
+      "For information about the GNU system and GNU/Linux, type C-h C-p."
     (substitute-command-keys
-     "For information about the GNU Project and its goals, type \
+     "For information about the GNU system and GNU/Linux, type \
 \\[describe-project].")))