diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-16 04:14:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-16 04:14:04 +0000 |
commit | 472974e9b0fecf38d51e6ec220c44a762298e8d5 (patch) | |
tree | 1fc100d64bff2f027bfe85b245bdcb8703c01cc0 /lisp/dired-aux.el | |
parent | 984e7bd979a0f4bdffa4c780ba0cc4ebb9d34beb (diff) | |
download | emacs-472974e9b0fecf38d51e6ec220c44a762298e8d5.tar.gz |
(dired-mark-subdir-files): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 3d17905dd7d..db93f68c3ed 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1751,7 +1751,9 @@ The next char is either \\n, or \\r if DIR is hidden." ;;;###autoload (defun dired-mark-subdir-files () - "Mark all files except `.' and `..'." + "Mark all files except `.' and `..' in current subdirectory. +If the Dired buffer shows multiple directories, this command +marks the files listed in the subdirectory that point is in." (interactive) (let ((p-min (dired-subdir-min))) (dired-mark-files-in-region p-min (dired-subdir-max)))) |