summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index e6d983ef60f..3430e588309 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1682,9 +1682,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].")))