diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-05-02 15:58:16 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-05-02 15:58:16 +0000 |
commit | 9d4190b2b5ed1c26be90cdd2014d4afd4351d8af (patch) | |
tree | 1e05b2c26cc152a07cac47c0a9c6bcba4a2eb13e /lisp/dired-x.el | |
parent | 5ad4f91cb233c9e277871ed494fcde48d26540d0 (diff) | |
download | emacs-9d4190b2b5ed1c26be90cdd2014d4afd4351d8af.tar.gz |
Correct a comment.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 22241a22c95..18941749cca 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -934,7 +934,7 @@ dired." ;;; ;;; `dired-do-shell-command' is bound to `!' by dired.el. ;;; -;;; * Redefine `dired-do-shell-command' so it calls +;;; * Redefine `dired-read-shell-command' so it calls ;;; `dired-guess-shell-command'. ;;; ;;; * `dired-guess-shell-command' calls `dired-guess-default' with list of |