* lisp/dired.el (dired-summary): Use substitute-command-keys.

This commit is contained in:
Stefan Kangas 2024-12-16 22:13:28 +01:00
parent 0d3cffe60c
commit 16eb038d47

View file

@ -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.