From: Richard M. Stallman Date: Sat, 16 May 1998 04:14:04 +0000 (+0000) Subject: (dired-mark-subdir-files): Doc fix. X-Git-Tag: emacs-20.3~983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=472974e9b0fecf38d51e6ec220c44a762298e8d5;p=emacs.git (dired-mark-subdir-files): Doc fix. --- 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))))