# HG changeset patch # User Richard M. Stallman # Date 753350681 0 # Node ID ff4c359fa626bf07f1f7f6008c9bdc0fcaacf0a0 # Parent 61203f0197e8e5f7bcbdb5a51a832b3ae9f68ec1 (command-line-1): Display a message in the echo area. diff -r 61203f0197e8 -r ff4c359fa626 lisp/startup.el --- a/lisp/startup.el Mon Nov 15 06:48:23 1993 +0000 +++ b/lisp/startup.el Mon Nov 15 08:04:41 1993 +0000 @@ -427,6 +427,8 @@ (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