aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/map-ynp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index edec2d8c80c..4d3f6f917e7 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -89,7 +89,8 @@ the current %s and exit."
89 action object)))) 89 action object))))
90 (user-keys (if action-alist 90 (user-keys (if action-alist
91 (concat (mapconcat (lambda (elt) 91 (concat (mapconcat (lambda (elt)
92 (char-to-string (car elt))) 92 (key-description
93 (char-to-string (car elt))))
93 action-alist ", ") 94 action-alist ", ")
94 " ") 95 " ")
95 "")) 96 ""))