summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/apropos.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 98a15923e86..b391e5157b7 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -558,7 +558,9 @@ alphabetically by symbol name; but this function also sets
(insert
(mapconcat
(lambda (key)
- (setq key (key-description key))
+ (setq key (condition-case ()
+ (key-description key)
+ (error)))
(if apropos-keybinding-face
(put-text-property 0 (length key)
'face apropos-keybinding-face