Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
472974e9
Commit
472974e9
authored
May 16, 1998
by
Richard M. Stallman
Browse files
(dired-mark-subdir-files): Doc fix.
parent
984e7bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/dired-aux.el
lisp/dired-aux.el
+3
-1
No files found.
lisp/dired-aux.el
View file @
472974e9
...
...
@@ -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
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment