Quellcode durchsuchen

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

Nicolas Richard vor 12 Jahren
Ursprung
Commit
9ff70abc14
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lisp/org-table.el

+ 1 - 1
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