Mercurial > emacs
changeset 78392:9c5026c874d9
(fancy-splash-head, startup-echo-area-message): Change message text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 02 Aug 2007 17:49:33 +0000 |
parents | 4821c04b4edb |
children | a0c48816cbe9 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Thu Aug 02 17:43:00 2007 +0000 +++ b/lisp/startup.el Thu Aug 02 17:49:33 2007 +0000 @@ -1677,9 +1677,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].")))