mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(startup-echo-area-message): Check for about-emacs.
This commit is contained in:
parent
8d86c6da46
commit
bd8b0ebb99
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1893,7 +1893,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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue