projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5640b05
)
* lisp/ielm.el (ielm-header): Show key binding for describe-mode.
author
Stefan Kangas
<stefan@marxist.se>
Mon, 13 Dec 2021 01:54:32 +0000
(
02:54
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 13 Dec 2021 13:16:03 +0000
(14:16 +0100)
lisp/ielm.el
patch
|
blob
|
history
diff --git
a/lisp/ielm.el
b/lisp/ielm.el
index 39820a893a92f6e1c2976e9a1d7a8ac4fb113a62..0ddd83f1003b3f63c4aec9deb8965b65244dfc83 100644
(file)
--- a/
lisp/ielm.el
+++ b/
lisp/ielm.el
@@
-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)