]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-mark-subdir-files): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 04:14:04 +0000 (04:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 04:14:04 +0000 (04:14 +0000)
lisp/dired-aux.el

index 3d17905dd7d4452a9dbbdcbc8a0d552192710b71..db93f68c3edd84c53bd4a71981e56ca6f1de096a 100644 (file)
@@ -1751,7 +1751,9 @@ The next char is either \\n, or \\r if DIR is hidden."
 \f
 ;;;###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))))