From 472974e9b0fecf38d51e6ec220c44a762298e8d5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 May 1998 04:14:04 +0000 Subject: [PATCH] (dired-mark-subdir-files): Doc fix. --- lisp/dired-aux.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)))) -- 2.39.2