# HG changeset patch # User Jim Blandy # Date 740426142 0 # Node ID 242b72c42f3391ab024d6007d28702a028e234ea # Parent 8f353c2491d0c1fd700dde43451defac5e47a6b3 * dired.el (dired-summary): dired-do-rename is on "R", not "r". diff -r 8f353c2491d0 -r 242b72c42f33 lisp/dired.el --- a/lisp/dired.el Fri Jun 18 16:33:12 1993 +0000 +++ b/lisp/dired.el Fri Jun 18 17:55:42 1993 +0000 @@ -837,7 +837,7 @@ (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.