diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-18 17:55:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-18 17:55:42 +0000 |
commit | 50f747444d3ab08689730d5b7b11b80108e2ab1c (patch) | |
tree | c64e30a5632287e059c2fcd785d24b7008a9459a /lisp/dired.el | |
parent | 0505a7403322c0e481fb8000bd122b1ba6405f63 (diff) | |
download | emacs-50f747444d3ab08689730d5b7b11b80108e2ab1c.tar.gz |
* dired.el (dired-summary): dired-do-rename is on "R", not "r".
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 20a3267810d..45bff4b83ca 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. |