]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ielm.el (ielm-header): Show key binding for describe-mode.
authorStefan Kangas <stefan@marxist.se>
Mon, 13 Dec 2021 01:54:32 +0000 (02:54 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 13 Dec 2021 13:16:03 +0000 (14:16 +0100)
lisp/ielm.el

index 39820a893a92f6e1c2976e9a1d7a8ac4fb113a62..0ddd83f1003b3f63c4aec9deb8965b65244dfc83 100644 (file)
@@ -148,7 +148,9 @@ such as `edebug-defun' to work with such inputs."
 This variable is buffer-local.")
 
 (defvar ielm-header
-  "*** Welcome to IELM ***  Type (describe-mode) for help.\n"
+  (substitute-command-keys
+   "*** Welcome to IELM ***  Type (describe-mode) or press \
+\\[describe-mode] for help.\n")
   "Message to display when IELM is started.")
 
 (defvaralias 'inferior-emacs-lisp-mode-map 'ielm-map)