]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1): Display a message in the echo area.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 08:04:41 +0000 (08:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 08:04:41 +0000 (08:04 +0000)
lisp/startup.el

index bdce263ceca5a4ed6d2863cc99c03803d18fe92e..4ad6213ba6cc511d8b70db92830ac91f84ead564 100644 (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