summaryrefslogtreecommitdiff
path: root/lisp/map-ynp.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-08-03 16:41:27 +0000
committerRoland McGrath <roland@gnu.org>1992-08-03 16:41:27 +0000
commit06deef52bcecc54d593eb36c5498ad5c19f3430b (patch)
treee2c9e623e965e18b247fd1e720df5347a9a0e4da /lisp/map-ynp.el
parent6482fcac405f5f2e3c6b29f9fb1ce028a80d6cad (diff)
downloademacs-06deef52bcecc54d593eb36c5498ad5c19f3430b.tar.gz
entered into RCS
Diffstat (limited to 'lisp/map-ynp.el')
-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."
action object))))
(user-keys (if action-alist
(concat (mapconcat (lambda (elt)
- (char-to-string (car elt)))
+ (key-description
+ (char-to-string (car elt))))
action-alist ", ")
" ")
""))