diff lisp/startup.el @ 83650:984b1dfd7601

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 843-845) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-30
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:58:06 +0000
parents 65663fcd2caa b8c796068320
children 2a69b973fae2
line wrap: on
line diff
--- a/lisp/startup.el	Fri Aug 03 05:27:43 2007 +0000
+++ b/lisp/startup.el	Fri Aug 03 05:58:06 2007 +0000
@@ -1679,9 +1679,9 @@
 
 (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].")))