summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Richard <theonewiththeevillook@yahoo.fr>2013-11-12 09:02:23 +0100
committerBastien Guerry <bzg@altern.org>2013-11-22 22:32:50 +0100
commit9ff70abc14e901ce481cb605c0d572581dd40716 (patch)
tree72d642e9d8559fb7bb7c06b3aa933b53bfb5aa27
parenta598e9c163428be457424a64b2edb0391a3e965a (diff)
downloadorg-mode-9ff70abc14e901ce481cb605c0d572581dd40716.tar.gz
Use key-description on the keys mentionned by the functions defined by
`orgtbl-mode'.
-rw-r--r--lisp/org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index fa66ed0..8418cf6 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -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