summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/edmacro.el')
-rw-r--r--lisp/edmacro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index e18aad1c3f0..8ee413acd06 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -337,7 +337,7 @@ or nil, use a compact 80-column format."
(funcall finish-hook)))))
(defun edmacro-insert-key (key)
- "Insert the written name of a key in the buffer."
+ "Insert the written name of a KEY in the buffer."
(interactive "kKey to insert: ")
(if (bolp)
(insert (edmacro-format-keys key t) "\n")