From: Richard M. Stallman Date: Thu, 2 Aug 2007 17:49:33 +0000 (+0000) Subject: (fancy-splash-head, startup-echo-area-message): Change message text. X-Git-Tag: emacs-pretest-22.1.90~1120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=257792a8db92797a61590970f9114fa2f9b1dab0;p=emacs.git (fancy-splash-head, startup-echo-area-message): Change message text. --- diff --git a/lisp/startup.el b/lisp/startup.el index 3853ba4fe80..19ef664a2fe 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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].")))