Mercurial > emacs
changeset 5023:ff4c359fa626
(command-line-1): Display a message in the echo area.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 15 Nov 1993 08:04:41 +0000 |
parents | 61203f0197e8 |
children | 7eff30849357 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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