From 6f034b1c2223462019fafddcd6f49435c264b1d5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Nov 1993 08:04:41 +0000 Subject: [PATCH] (command-line-1): Display a message in the echo area. --- lisp/startup.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index bdce263ceca..4ad6213ba6c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -427,6 +427,8 @@ Type \\[describe-distribution] for information on getting the latest version.")) (if (> file-count 2) (or (get-buffer-window first-file-buffer) (progn (other-window 1) - (buffer-menu))))))) + (buffer-menu)))))) + (message (substitute-command-keys + "For information about the GNU project and its goals, type \\[describe-project]."))) ;;; startup.el ends here -- 2.39.5