* lisp/dired.el (dired-summary): Use substitute-command-keys.
This commit is contained in:
parent
0d3cffe60c
commit
16eb038d47
1 changed files with 3 additions and 1 deletions
|
@ -2846,7 +2846,9 @@ Keybindings:
|
|||
;; FIXME this should check the key-bindings and use
|
||||
;; substitute-command-keys if non-standard
|
||||
(message
|
||||
"d-elete, u-ndelete, x-punge, f-ind, o-ther window, R-ename, C-opy, h-elp"))
|
||||
(substitute-command-keys
|
||||
(concat "\\`d'-elete, \\`u'-ndelete, \\`x'-punge, \\`f'-ind, "
|
||||
"\\`o'-ther window, \\`R'-ename, \\`C'-opy, \\`h'-elp"))))
|
||||
|
||||
(defun dired-undo ()
|
||||
"Undo in a Dired buffer.
|
||||
|
|
Loading…
Add table
Reference in a new issue