Преглед изворни кода

Use key-description on the keys mentionned by the functions defined by
`orgtbl-mode'.

Nicolas Richard пре 11 година
родитељ
комит
9ff70abc14
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

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