(command-line-1): Display a message in the echo area.

This commit is contained in:
Richard M. Stallman 1993-11-15 08:04:41 +00:00
parent 8105b77ee3
commit 6f034b1c22

View file

@ -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