aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorStefan Kangas2024-12-16 22:13:28 +0100
committerStefan Kangas2024-12-16 22:13:28 +0100
commit16eb038d472b5765beb3b18e1058846efbdf97af (patch)
tree65b88ff9ae29b987f65095484d371ead3a2ce1f1 /lisp/dired.el
parent0d3cffe60c1e79cf2dfd2bb1a683a7f60ea6b779 (diff)
downloademacs-16eb038d472b5765beb3b18e1058846efbdf97af.tar.gz
emacs-16eb038d472b5765beb3b18e1058846efbdf97af.zip
* lisp/dired.el (dired-summary): Use substitute-command-keys.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 028b862d159..9929545eba9 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2846,7 +2846,9 @@ Keybindings:
2846 ;; FIXME this should check the key-bindings and use 2846 ;; FIXME this should check the key-bindings and use
2847 ;; substitute-command-keys if non-standard 2847 ;; substitute-command-keys if non-standard
2848 (message 2848 (message
2849 "d-elete, u-ndelete, x-punge, f-ind, o-ther window, R-ename, C-opy, h-elp")) 2849 (substitute-command-keys
2850 (concat "\\`d'-elete, \\`u'-ndelete, \\`x'-punge, \\`f'-ind, "
2851 "\\`o'-ther window, \\`R'-ename, \\`C'-opy, \\`h'-elp"))))
2850 2852
2851(defun dired-undo () 2853(defun dired-undo ()
2852 "Undo in a Dired buffer. 2854 "Undo in a Dired buffer.