Function: dired-summary

dired-summary is an interactive and byte-compiled function defined in dired.el.gz.

Signature

(dired-summary)

Documentation

Summarize basic Dired commands and show recent Dired errors.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
;;; Idiosyncratic dired commands that don't deal with marks

(defun dired-summary ()
  "Summarize basic Dired commands and show recent Dired errors."
  (interactive)
  (dired-why)
  ;; 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"))