Mercurial > emacs
changeset 22094:aad24611f04c
(dired-mark-subdir-files): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 04:14:04 +0000 |
parents | 5818374d88e7 |
children | dfe597287db1 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Sat May 16 03:49:47 1998 +0000 +++ b/lisp/dired-aux.el Sat May 16 04:14:04 1998 +0000 @@ -1751,7 +1751,9 @@ ;;;###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))))