summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-02-28 22:56:02 +0000
committerJuri Linkov <juri@jurta.org>2008-02-28 22:56:02 +0000
commit61ce9226fb818b6e0be36e95f931e75a59a43c98 (patch)
tree07d5fe2456535005a6539a0b2c54dfc1b9f27683
parent22351e44a3afb189c438fb02f73b8e5065afd0e1 (diff)
downloademacs-61ce9226fb818b6e0be36e95f931e75a59a43c98.tar.gz
(startup-echo-area-message): Check for about-emacs.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/startup.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b99bd30c06..eb78b338272 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-28 Kim F. Storm <storm@cua.dk>
+
+ * startup.el (startup-echo-area-message): Check for about-emacs.
+
2008-02-28 Juri Linkov <juri@jurta.org>
* startup.el: Always add initial message to *scratch* buffer if
diff --git a/lisp/startup.el b/lisp/startup.el
index 059ae8de075..3e988421d3d 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1834,7 +1834,7 @@ Type \\[describe-distribution] for information on "))
(insert "\tBuying printed manuals from the FSF\n"))
(defun startup-echo-area-message ()
- (if (eq (key-binding "\C-h\C-p") 'describe-project)
+ (if (eq (key-binding "\C-h\C-a") 'about-emacs)
"For information about GNU Emacs and the GNU system, type C-h C-a."
(substitute-command-keys
"For information about GNU Emacs and the GNU system, type \