From 50f747444d3ab08689730d5b7b11b80108e2ab1c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 18 Jun 1993 17:55:42 +0000 Subject: [PATCH] * dired.el (dired-summary): dired-do-rename is on "R", not "r". --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired.el b/lisp/dired.el index 20a3267810..45bff4b83c 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -837,7 +837,7 @@ Keybindings: (dired-why) ;>> 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")) + "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. -- GitLab