Use key-description on the keys mentionned by the functions defined by

`orgtbl-mode'.
This commit is contained in:
Nicolas Richard 2013-11-12 09:02:23 +01:00 committed by Bastien Guerry
parent a598e9c163
commit 9ff70abc14

View file

@ -4124,7 +4124,7 @@ to execute outside of tables."
'(arg)
(concat "In tables, run `" (symbol-name fun) "'.\n"
"Outside of tables, run the binding of `"
(mapconcat (lambda (x) (format "%s" x)) keys "' or `")
(mapconcat #'key-description keys "' or `")
"'.")
'(interactive "p")
(list 'if